From 0f564bbc566657a2c3870aff95f3c4088e567015 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 503229b77fb5..2072ad10baaa 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 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 && \