Selaa lähdekoodia

Use Rocky Linux for RHEL builds

CentOS Stream isn't fully compatible with RHEL, and there are no useful
RHEL images available, so that leaves us with one of the new RHEL forks.
pull/1410/merge
Pierre Ossman 1 vuosi sitten
vanhempi
commit
eff7fdd81b

.github/containers/centos8/Dockerfile → .github/containers/rocky8/Dockerfile Näytä tiedosto

@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream8
FROM rockylinux:8

RUN dnf -y group install 'Development Tools'
RUN dnf -y install sudo

.github/containers/centos8/build.sh → .github/containers/rocky8/build.sh Näytä tiedosto


.github/containers/centos9/Dockerfile → .github/containers/rocky9/Dockerfile Näytä tiedosto

@@ -1,4 +1,4 @@
FROM quay.io/centos/centos:stream9
FROM rockylinux:9

RUN dnf -y group install 'Development Tools'
RUN dnf -y install sudo

.github/containers/centos9/build.sh → .github/containers/rocky9/build.sh Näytä tiedosto


+ 2
- 2
.github/workflows/build.yml Näytä tiedosto

@@ -107,8 +107,8 @@ jobs:
matrix:
target:
- centos7
- centos8
- centos9
- rocky8
- rocky9
- bionic
- focal
- jammy

Loading…
Peruuta
Tallenna