summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-02-14 17:13:21 +0100
committerThomas Haller <thaller@redhat.com>2022-02-14 17:15:20 +0100
commitb2d2b8d6fa05e6911c3a7599b35e38e149ddf873 (patch)
tree3acf38e0ca2b7856030f2b97e607e108ffc46573 /.gitlab-ci/config.yml
parenta4bc4f63db377c55218a8661b747b0d534c274f2 (diff)
downloadNetworkManager-b2d2b8d6fa05e6911c3a7599b35e38e149ddf873.tar.gz
gitlab-ci: disable CentOS 8 Linux containers
CentOS 8 Linux is end of life. That wouldn't bother us, but when you start such a container $ podman run -ti --privileged quay.io/centos/centos:8.3.2011 then `dnf upgrade` will fail, because the mirror list returns nothing. To work around that, we need to adjust ci-templates ([1]). The work around might be to patch /etc/yum.repos.d when creating the container image ([2]). For now (or maybe indefinitely) disable these build targets. [1] https://gitlab.freedesktop.org/freedesktop/ci-templates/-/merge_requests/131 [2] https://stackoverflow.com/questions/70926799/centos-through-vm-no-urls-in-mirrorlist
Diffstat (limited to '.gitlab-ci/config.yml')
-rw-r--r--.gitlab-ci/config.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 6acf09b855..c1a442ad6b 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -52,9 +52,6 @@ distributions:
- '7.7.1908'
- '7.8.2003'
- '7.9.2009'
- - '8.1.1911'
- - '8.2.2004'
- - '8.3.2011'
- name: alpine
tag: *default_tag
base_type: alpine