Skip to content

Commit d1661f9

Browse files
authored
Merge pull request #97497 from openshift-cherrypick-robot/cherry-pick-97433-to-enterprise-4.19
[enterprise-4.19] OCPBUGS#60416 There is one more wrong example in FROM clause of image layering docs
2 parents 484bcfa + 98d2baa commit d1661f9

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
@@ -32,7 +32,7 @@ For example, the following Containerfile creates a custom layered image from an
3232
[source,yaml,subs="+attributes"]
3333
----
3434
# Using a {product-version}.0 image
35-
FROM quay.io/openshift-release/ocp-release@sha256... <1>
35+
FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256... <1>
3636
#Install hotfix rpm
3737
RUN rpm-ostree override replace http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/Packages/kernel-{,core-,modules-,modules-core-,modules-extra-}5.14.0-295.el9.x86_64.rpm && \ <2>
3838
rpm-ostree cleanup -m && \

0 commit comments

Comments
 (0)