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 61cbc3d + 37af083 commit 566bf59Copy full SHA for 566bf59
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.ci.openshift.org/ocp/4.11:installer AS builder
+FROM registry.ci.openshift.org/ocp/4.12:installer AS builder
2
3
ARG DIRECT_DOWNLOAD=false
4
@@ -9,7 +9,7 @@ COPY fetch_image.sh /usr/local/bin/
9
RUN /usr/local/bin/fetch_image.sh
10
11
12
-FROM registry.ci.openshift.org/ocp/4.11:base
+FROM registry.ci.openshift.org/ocp/4.12:base
13
14
COPY --from=builder /usr/bin/coreos-installer /usr/bin/
15
COPY --from=builder /output/coreos/* /coreos/
0 commit comments