Skip to content

Commit 566bf59

Browse files
Merge pull request #20 from openshift-bot/art-consistency-openshift-4.12-ose-machine-os-images
Updating ose-machine-os-images images to be consistent with ART
2 parents 61cbc3d + 37af083 commit 566bf59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/4.11:installer AS builder
1+
FROM registry.ci.openshift.org/ocp/4.12:installer AS builder
22

33
ARG DIRECT_DOWNLOAD=false
44

@@ -9,7 +9,7 @@ COPY fetch_image.sh /usr/local/bin/
99
RUN /usr/local/bin/fetch_image.sh
1010

1111

12-
FROM registry.ci.openshift.org/ocp/4.11:base
12+
FROM registry.ci.openshift.org/ocp/4.12:base
1313

1414
COPY --from=builder /usr/bin/coreos-installer /usr/bin/
1515
COPY --from=builder /output/coreos/* /coreos/

0 commit comments

Comments
 (0)