Merge "Fix the confused comment in the base image Dockerfile"

This commit is contained in:
Jenkins 2015-11-30 10:42:07 +00:00 committed by Gerrit Code Review
commit 917b4df01e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM {{ base_distro }}:{{ base_distro_tag }}
MAINTAINER {{ maintainer }}
# Early failure for bases and types
{# Early failure for bases and types #}
{% if base_distro in ['fedora', 'centos', 'oraclelinux', 'rhel'] %}
{% if install_type not in ['source', 'binary', 'rdo', 'rhel'] %}