gitlab-ci: regenerate ci-templates's containers

This commit is contained in:
Thomas Haller
2021-07-21 10:11:54 +02:00
parent 4ad4db6cf1
commit cf1b726157
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 # This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag". # ".default_tag".
FEDORA_TAG: '2021-07-12.0-475202004c1a' FEDORA_TAG: '2021-07-21.0-1b5ad26a5a05'
UBUNTU_TAG: '2021-07-12.0-b77047ed62be' UBUNTU_TAG: '2021-07-21.0-526620c887a1'
DEBIAN_TAG: '2021-07-12.0-b77047ed62be' DEBIAN_TAG: '2021-07-21.0-526620c887a1'
CENTOS_TAG: '2021-07-12.0-475202004c1a' CENTOS_TAG: '2021-07-21.0-1b5ad26a5a05'
ALPINE_TAG: '2021-07-12.0-d7a8aea74089' ALPINE_TAG: '2021-07-21.0-074589112c5f'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-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. # We're happy to rebuild all containers when one changes.
.default_tag: &default_tag '2021-07-12.0' .default_tag: &default_tag '2021-07-21.0'
# The list of all distributions we want to create job for. # The list of all distributions we want to create job for.