From 98d2baad65f32862b0387e59bb0c9e2107f49efa 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 727f3c390644..95805fd9bbef 100644 --- a/modules/coreos-layering-configuring.adoc +++ b/modules/coreos-layering-configuring.adoc @@ -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 && \