Skip to content

OCPBUGS#60416 There is one more wrong example in FROM clause of image layering docs #97433

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/coreos-layering-configuring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For example, the following Containerfile creates a custom layered image from an
[source,yaml,subs="+attributes"]
----
# Using a {product-version}.0 image
FROM quay.io/openshift-release/ocp-release@sha256... <1>
FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256... <1>
#Install hotfix rpm
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>
rpm-ostree cleanup -m && \
Expand Down