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.
2 parents 1d34993 + 24f063e commit 66fb4a1Copy full SHA for 66fb4a1
modules/coreos-layering-configuring.adoc
@@ -30,7 +30,7 @@ For example, the following Containerfile creates a custom layered image from an
30
[source,yaml]
31
----
32
# Using a 4.12.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 cliwrap install-to-root / && \ <2>
36
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>
0 commit comments