From d6fc3c6dfada7bd6c607edfcd92e24c873c21ebd Mon Sep 17 00:00:00 2001 From: "Pablo Alonso Rodriguez (Red Hat)" Date: Tue, 12 Aug 2025 14:27:30 +0200 Subject: [PATCH] OCPBUGS#60416 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. --- modules/coreos-layering-configuring.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/coreos-layering-configuring.adoc b/modules/coreos-layering-configuring.adoc index 2e1e51c29dfb..937084f648c2 100644 --- a/modules/coreos-layering-configuring.adoc +++ b/modules/coreos-layering-configuring.adoc @@ -30,7 +30,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 cliwrap install-to-root / && \ <2> 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 && \ <3>