Browse Source

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 year ago
parent
commit
eff7fdd81b

.github/containers/centos8/Dockerfile → .github/containers/rocky8/Dockerfile View File

@@ -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 View File


.github/containers/centos9/Dockerfile → .github/containers/rocky9/Dockerfile View File

@@ -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 View File


+ 2
- 2
.github/workflows/build.yml View File

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

Loading…
Cancel
Save