From 49b779b9b75c0bac06a78a2cd9ebbf9895d953be Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 4 Jan 2022 21:52:00 +0100 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 10e20a3e81..85c8652e21 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-d4c78c08d9d0' - UBUNTU_TAG: '2021-07-12.0-5cf970042e30' - DEBIAN_TAG: '2021-07-12.0-5cf970042e30' - CENTOS_TAG: '2021-07-12.0-d4c78c08d9d0' - ALPINE_TAG: '2021-07-12.0-60385e44c795' + FEDORA_TAG: '2022-01-04.0-ed7a83d49619' + UBUNTU_TAG: '2022-01-04.0-bcc65b379852' + DEBIAN_TAG: '2022-01-04.0-bcc65b379852' + CENTOS_TAG: '2022-01-04.0-ed7a83d49619' + ALPINE_TAG: '2022-01-04.0-3caa10046464' 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 5ea0e02e42..23a402da11 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 '2022-01-04.0' # The list of all distributions we want to create job for.