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 ca5ff86 commit dc6542dCopy full SHA for dc6542d
modules/coreos-layering-configuring.adoc
@@ -30,7 +30,7 @@ For example, the following Containerfile creates a custom layered image from an
30
[source,yaml,subs="+attributes"]
31
----
32
# Using a {product-version}.0 image
33
-FROM quay.io/openshift-release/ocp-release@sha256... <1>
+FROM quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256... <1>
34
#Install hotfix rpm
35
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>
36
rpm-ostree cleanup -m && \
0 commit comments