Skip to content

Commit 6fe3e2a

Browse files
committed
coreos-layering-configuring: Remove cliwrap from the example
Doc update for OCPBUGS-33483
1 parent 8734e9f commit 6fe3e2a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/coreos-layering-configuring.adoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ For example, the following Containerfile creates a custom layered image from an
3232
# Using a {product-version}.0 image
3333
FROM quay.io/openshift-release/ocp-release@sha256... <1>
3434
#Install hotfix rpm
35-
RUN rpm-ostree cliwrap install-to-root / && \ <2>
36-
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 && \ <3>
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>
3736
rpm-ostree cleanup -m && \
3837
ostree container commit
3938
----
4039
<1> Specifies the {op-system} base image of your cluster.
41-
<2> Enables `cliwrap`. This is currently required to intercept some command invocations made from kernel scripts.
42-
<3> Replaces the kernel packages.
40+
<2> Replaces the kernel packages.
4341
+
4442
[NOTE]
4543
====

0 commit comments

Comments
 (0)