Skip to content

Commit bcff030

Browse files
committed
ocp4: Use Fedora 33 for container files
Fedora 33 now has OpenSCAP 1.3.4 which is what we need to build. So we can take it into use. This updates the image tag to use 33 specifically as opposed to using "latest" in order to avoid stability issues that might come wit upgrades.
1 parent fa0890b commit bcff030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfiles/ocp4_content

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This dockerfile builds the content in the current repo for OCP4
2-
FROM registry.fedoraproject.org/fedora-minimal:32 as builder
2+
FROM registry.fedoraproject.org/fedora-minimal:33 as builder
33

44
WORKDIR /content
55

Dockerfiles/quay_publish

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:32 as builder
1+
FROM fedora:33 as builder
22

33
RUN dnf -y install cmake make git /usr/bin/python3 python3-pyyaml python3-jinja2 openscap-utils
44
RUN git clone --depth 1 https://github.com/ComplianceAsCode/content

0 commit comments

Comments
 (0)