From c7052a7a7e58ea8d4dec130fde2549eb97a1799c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 15 Mar 2022 23:05:53 +0100 Subject: [PATCH] gitlab-ci: bump tag to regenerate 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 890e5336d..237fd8ad6 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: '2022-02-21.0-f42312ef8cae' - UBUNTU_TAG: '2022-02-21.0-e99d8c573303' - DEBIAN_TAG: '2022-02-21.0-e99d8c573303' - CENTOS_TAG: '2022-02-21.0-f42312ef8cae' - ALPINE_TAG: '2022-02-21.0-bad60eeb6900' + FEDORA_TAG: '2022-03-15.0-9d8288d70d58' + UBUNTU_TAG: '2022-03-15.0-8399925e7a59' + DEBIAN_TAG: '2022-03-15.0-8399925e7a59' + CENTOS_TAG: '2022-03-15.0-9d8288d70d58' + ALPINE_TAG: '2022-03-15.0-499639d17df6' 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 cbbc35c3e..682b0b595 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 '2022-02-21.0' +.default_tag: &default_tag '2022-03-15.0' # The list of all distributions we want to create job for.