From ce05819d6ca30b49682d08e518ab0aaa2b7446c1 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Mon, 30 Nov 2015 14:51:29 +0800 Subject: [PATCH] Fix the confused comment in the base image Dockerfile Use jinja2 comment syntax instead. Closes-Bug: #1521078 Change-Id: I261f7bdd9e1286b4ad71fc4529228449ffe21af2 --- docker/base/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/base/Dockerfile.j2 b/docker/base/Dockerfile.j2 index 3a53cc8b45..1c2d314335 100644 --- a/docker/base/Dockerfile.j2 +++ b/docker/base/Dockerfile.j2 @@ -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'] %}