Fix the confused comment in the base image Dockerfile

Use jinja2 comment syntax instead.

Closes-Bug: #1521078
Change-Id: I261f7bdd9e1286b4ad71fc4529228449ffe21af2
This commit is contained in:
Jeffrey Zhang 2015-11-30 14:51:29 +08:00 committed by Michal Rostecki
parent b0159f7ec9
commit ce05819d6c
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'] %}