gitlab CI: update to latest ci-templates
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 11 Dec 2019 03:36:10 +0000 (13:36 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 11 Dec 2019 23:00:04 +0000 (09:00 +1000)
Rebuild all the images to make sure this still works fine.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml

index bea3cc727485717ec5fd392e85ed356069b28b02..472fb5608747c43c1caecb791e0fc9e876ac4dba 100644 (file)
@@ -24,7 +24,7 @@
 # <distribution>:<version>@activity:
 #  e.g. fedora:31@build-default
 
-.templates_sha: &template_sha 5fa4c5aae3775014b99364efc65531037c2e7368 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
+.templates_sha: &template_sha b7030c2cd0d6ccc5f6d4f8299bafa4daa9240d71 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
 
 include:
   # Alpine container builder template
@@ -76,12 +76,12 @@ variables:
   # changing these will force rebuilding the associated image
   # Note: these tags have no meaning and are not tied to a particular
   # libinput version
-  FEDORA_TAG: '2019-11-04.0'
-  UBUNTU_TAG: '2019-08-07.0'
-  ARCH_TAG: '2019-08-07.0'
-  ALPINE_TAG: '2019-10-15.5'
-  FREEBSD_TAG: '2019-08-07.0'
-  QEMU_TAG: 'qemu-vm-2019-10-25.0'
+  FEDORA_TAG: '2019-12-12.0'
+  UBUNTU_TAG: '2019-12-12.0'
+  ARCH_TAG: '2019-12-12.0'
+  ALPINE_TAG: '2019-12-12.0'
+  FREEBSD_TAG: '2019-12-12.0'
+  QEMU_TAG: 'qemu-vm-2019-12-12.0'
 
   UBUNTU_EXEC: "bash .gitlab-ci/ubuntu_install.sh $UBUNTU_CUSTOM_DEBS"