gitlab-ci: use new, tagged image
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 5 Feb 2018 07:39:35 +0000 (08:39 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 5 Feb 2018 21:38:30 +0000 (22:38 +0100)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
.gitlab-ci.yml
.gitlab-ci.yml.in

index bf975fcd474ad12492aff332f1c0020acb0f8330..30a4399553b2bada2855e5a95526eb881f1a817c 100644 (file)
@@ -4,7 +4,7 @@
 # It needs to be regenerated every time a defconfig is added, using
 # "make .gitlab-ci.yml".
 
-image: buildroot/base
+image: buildroot/base:20180205.0730
 
 .defconfig_script: &defconfig_script
     - echo 'Configure Buildroot'
index f763fdd454b015bd9f36b2305139a5e3047dc45e..cb3eb715f2f3e99c40265b715ddf23640ce5cfd7 100644 (file)
@@ -4,7 +4,7 @@
 # It needs to be regenerated every time a defconfig is added, using
 # "make .gitlab-ci.yml".
 
-image: buildroot/base
+image: buildroot/base:20180205.0730
 
 .defconfig_script: &defconfig_script
     - echo 'Configure Buildroot'