# <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
# 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"