NetworkManager/.gitlab-ci
Thomas Haller b2d2b8d6fa
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
2022-02-14 17:15:20 +01:00
..
alpine-install.sh gitlab-ci: enable test build on alpine linux 2020-12-11 18:14:10 +01:00
build.sh gitlab-ci: enable test build on alpine linux 2020-12-11 18:14:10 +01:00
ci.template gitlab-ci: update used ci-templates version 2021-09-22 10:12:24 +02:00
config.yml gitlab-ci: disable CentOS 8 Linux containers 2022-02-14 17:15:20 +01:00
debian-install.sh gitlab-ci: cleanup ".gitlab-ci/{build,fedora-install,debian-install}.sh" 2020-11-10 13:51:29 +01:00
fedora-install.sh gitlab-ci: fix failure to enable PowerTools on CentOS8 build 2020-12-11 18:06:52 +01:00