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:
parent
b0159f7ec9
commit
ce05819d6c
@ -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'] %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user