gitlab-ci: regenerate ci-templates's containers

This commit is contained in:
Thomas Haller 2022-02-14 10:00:36 +01:00
parent 95e6a0a6e2
commit a4bc4f63db
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 6 additions and 6 deletions

View file

@ -47,11 +47,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
FEDORA_TAG: '2021-11-09.0-9dd1e1db773a'
UBUNTU_TAG: '2021-11-09.0-577176f5eb6c'
DEBIAN_TAG: '2021-11-09.0-577176f5eb6c'
CENTOS_TAG: '2021-11-09.0-9dd1e1db773a'
ALPINE_TAG: '2021-11-09.0-a28badea28eb'
FEDORA_TAG: '2022-02-14.0-3804e9403f0c'
UBUNTU_TAG: '2022-02-14.0-747f2537c589'
DEBIAN_TAG: '2022-02-14.0-747f2537c589'
CENTOS_TAG: '2022-02-14.0-3804e9403f0c'
ALPINE_TAG: '2022-02-14.0-8d613ac1d9fd'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'

View file

@ -8,7 +8,7 @@
#
# We're happy to rebuild all containers when one changes.
.default_tag: &default_tag '2021-11-09.0'
.default_tag: &default_tag '2022-02-14.0'
# The list of all distributions we want to create job for.