We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90d083d + 06834ab commit 3b80434Copy full SHA for 3b80434
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.ci.openshift.org/ocp/4.19:installer AS builder
+FROM registry.ci.openshift.org/ocp/4.20:installer AS builder
2
3
ARG DIRECT_DOWNLOAD=false
4
ENV ISO_HOST=https://releases-rhcos--prod-pipeline.apps.int.prod-stable-spoke1-dc-iad2.itup.redhat.com
@@ -10,7 +10,7 @@ COPY fetch_image.sh /usr/local/bin/
10
RUN /usr/local/bin/fetch_image.sh
11
12
13
-FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
+FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
14
15
COPY --from=builder /usr/bin/coreos-installer /usr/bin/
16
COPY --from=builder /output/coreos/* /coreos/
0 commit comments