Skip to content

Commit 59fec65

Browse files
committed
Use RHEL8 for building FIO container images in CI
We recently updating the FIO CI to use RHEL9 nodes. This is important since the operator is reponsible for file integrity of those nodes. In that process, we also updated the CI image for FIO to use RHEL 9. This means the container image is built using RHEL 9, which is completely separate from the RHEL version of the nodes used in the cluster. This change updates the Dockerfile CI image to use RHEL8, instead of RHEL9, since the higher priority is to make sure FIO works against RHEL 9 and not necessarily that it's build *using* RHEL 9. We will updating FIO container images to use RHEL 9 at a later date.
1 parent 7a616b9 commit 59fec65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Step one: build file-integrity-operator
2-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.19-openshift-4.13 AS builder
2+
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.19-openshift-4.13 AS builder
33
USER root
44

55
WORKDIR /go/src/github.com/openshift/file-integrity-operator

0 commit comments

Comments
 (0)