diff --git a/modules/coreos-layering-configuring.adoc b/modules/coreos-layering-configuring.adoc index e7906d73e5c0..15f076ced6d5 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] ---- # Using a 4.12.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.centos.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-{,core-,modules-,modules-extra-}4.18.0-483.el8.x86_64.rpm && \ <3>