From cf1b726157c36f72a79aa1276c8c80fe2be1d04d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 21 Jul 2021 10:11:54 +0200 Subject: [PATCH] gitlab-ci: regenerate ci-templates's containers --- .gitlab-ci.yml | 10 +++++----- .gitlab-ci/config.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65b4d1e90..ed7735395 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,11 +47,11 @@ variables: # # This is done by running `ci-fairy generate-template` and possibly bump # ".default_tag". - FEDORA_TAG: '2021-07-12.0-475202004c1a' - UBUNTU_TAG: '2021-07-12.0-b77047ed62be' - DEBIAN_TAG: '2021-07-12.0-b77047ed62be' - CENTOS_TAG: '2021-07-12.0-475202004c1a' - ALPINE_TAG: '2021-07-12.0-d7a8aea74089' + FEDORA_TAG: '2021-07-21.0-1b5ad26a5a05' + UBUNTU_TAG: '2021-07-21.0-526620c887a1' + DEBIAN_TAG: '2021-07-21.0-526620c887a1' + CENTOS_TAG: '2021-07-21.0-1b5ad26a5a05' + ALPINE_TAG: '2021-07-21.0-074589112c5f' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh' diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index dc7cdbcec..7f265c962 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -8,7 +8,7 @@ # # 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.