We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484bcfa commit 98d2baaCopy full SHA for 98d2baa
modules/coreos-layering-configuring.adoc
@@ -32,7 +32,7 @@ For example, the following Containerfile creates a custom layered image from an
32
[source,yaml,subs="+attributes"]
33
----
34
# Using a {product-version}.0 image
35
-FROM quay.io/openshift-release/ocp-release@sha256... <1>
+FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256... <1>
36
#Install hotfix rpm
37
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>
38
rpm-ostree cleanup -m && \
0 commit comments