summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-02-21 15:20:09 +0100
committerThomas Haller <thaller@redhat.com>2022-02-21 17:03:36 +0100
commit613af3251b9817aa71dc586487756391fed99059 (patch)
tree001726388d500236fcb705ef65ee61e7efe3891b /.gitlab-ci.yml
parentaaf952cbc459291f8161530b2bdf26eb5886d397 (diff)
downloadNetworkManager-613af3251b9817aa71dc586487756391fed99059.tar.gz
gitlab-ci: fix CentOS Linux 8 containers during ".gitlab-ci/fedora-install.sh"
See-also: https://stackoverflow.com/questions/70926799/centos-through-vm-no-urls-in-mirrorlist See-also: https://techglimpse.com/failed-metadata-repo-appstream-centos-8/
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51ce0dc604..971f33cb2b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,10 +47,10 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
- FEDORA_TAG: '2022-02-14.0-8384452eb54e'
+ FEDORA_TAG: '2022-02-14.0-4303738066bf'
UBUNTU_TAG: '2022-02-14.0-bd3c060f94c2'
DEBIAN_TAG: '2022-02-14.0-bd3c060f94c2'
- CENTOS_TAG: '2022-02-14.0-8384452eb54e'
+ CENTOS_TAG: '2022-02-14.0-4303738066bf'
ALPINE_TAG: '2022-02-14.0-0990abecb69f'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'