]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
support/dockker: create and push tagged images
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 4 Feb 2018 14:44:26 +0000 (15:44 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Feb 2018 20:58:59 +0000 (21:58 +0100)
Currently, we refer to the latest version of the image, which means we
can't guarantee any reproducibility. Also, it measn we can't have a
separate images for the maintenance branches (especially the LTS) and
master.

Update the comment in the Dockerfile to create and push tagged images.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
support/docker/Dockerfile

index f18d195f377a27e8b8953581b37c1385a94aeaaa..474e073c613c77243e9a8ed7ee2afef659140239 100644 (file)
@@ -1,7 +1,7 @@
 # This Dockerfile generates the docker image that gets used by Gitlab CI
-# To build it:
-#   sudo docker build -t buildroot/base support/docker
-#   sudo docker push buildroot/base
+# To build it (YYYYMMDD.HHMM is the current date and time in UTC):
+#   sudo docker build -t buildroot/base:YYYYMMDD.HHMM support/docker
+#   sudo docker push buildroot/base:YYYYMMDD.HHMM
 
 # We use a specific tag for the base image *and* the corresponding date
 # for the repository., so do not forget to update the apt-sources.list