Skip to content

Commit 24f063e

Browse files
committed
OCPBUGS#60416 [enterprise-4.12] There is one more wrong example in FROM clause of image layering docs
Fixed one more mistaken example of how the base image for RHCOS layering is expected to look like. Manual enterprise-4.12 backport.
1 parent 33ebf0f commit 24f063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/coreos-layering-configuring.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For example, the following Containerfile creates a custom layered image from an
3030
[source,yaml]
3131
----
3232
# Using a 4.12.0 image
33-
FROM quay.io/openshift-release/ocp-release@sha256... <1>
33+
FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256... <1>
3434
#Install hotfix rpm
3535
RUN rpm-ostree cliwrap install-to-root / && \ <2>
3636
rpm-ostree override replace http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-{,core-,modules-,modules-extra-}4.18.0-483.el8.x86_64.rpm && \ <3>

0 commit comments

Comments
 (0)