Skip to content

Commit 7f8848f

Browse files
committed
OCPBUGS#33598: The FROM clauses on Containerfile examples of RHCOS image layering are wrong
Fixed the format of the rhel-coreos base image on the `FROM` clauses of the examples.
1 parent 92b8ca4 commit 7f8848f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_configuration/mco-coreos-layering.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ content: |-
7474
[source,yaml]
7575
----
7676
# Using a 4.12.0 image
77-
FROM quay.io/openshift-release-dev/ocp-release@sha256...
77+
FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256...
7878
#Install hotfix rpm
7979
RUN rpm-ostree override replace https://example.com/myrepo/haproxy-1.0.16-5.el8.src.rpm && \
8080
rpm-ostree cleanup -m && \

0 commit comments

Comments
 (0)