lib/cide/dockerfile_template.erb in cide-0.9.1 vs lib/cide/dockerfile_template.erb in cide-0.9.2
- old
+ new
@@ -1,6 +1,9 @@
FROM <%= from %>
+LABEL cide=""
+LABEL cide.build.complete="false"
+
USER root
RUN useradd -m -U -d <%= CIDE_DIR %> cide
# Install system build dependencies here
@@ -53,5 +56,6 @@
USER root
ADD . <%= CIDE_SRC_DIR %>
RUN chown -R cide:cide <%= CIDE_DIR %>
USER cide
+LABEL cide.build.complete="true"