From 8dddb7544f532a5b9859e06fe59ff24cd70f32c4 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 12 Jul 2021 17:38:49 +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 53809762bb..65b4d1e909 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-06-23.0-5c315f184899' - UBUNTU_TAG: '2021-06-23.0-8b4104413468' - DEBIAN_TAG: '2021-06-23.0-8b4104413468' - CENTOS_TAG: '2021-06-23.0-5c315f184899' - ALPINE_TAG: '2021-06-23.0-b2bb4070aa36' + 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_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 1570b13b39..dc7cdbcec6 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-06-23.0' +.default_tag: &default_tag '2021-07-12.0' # The list of all distributions we want to create job for.