-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.12
-
Quality / Stability / Reliability
-
False
-
-
1
-
Moderate
-
No
-
None
-
None
-
None
-
OSDOCS Sprint 267, OSDOCS Sprint 268
-
2
-
In Progress
-
Release Note Not Required
-
None
-
None
-
None
-
None
-
None
The docs for Applying a RHCOS custom layered Image in https://docs.openshift.com/container-platform/4.12/post_installation_configuration/coreos-layering.html#coreos-layering-configuring_coreos-layering is not working. The codeblock "Example Containerfile for a custom layer image" is currently containing the code below and there is a && missing after "rpm-ostree cliwrap install-to-root /".
Using a 4.12.0 image
FROM quay.io/openshift-release/ocp-release@sha256...
#Install hotfix rpm
RUN rpm-ostree cliwrap install-to-root / \
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 && \
rpm-ostree cleanup -m && \
ostree container commit
This should be replaced with:
Using a 4.12.0 image
FROM quay.io/openshift-release/ocp-release@sha256...
#Install hotfix rpm
RUN rpm-ostree cliwrap install-to-root / && \
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 && \
rpm-ostree cleanup -m && \
ostree container commit
- duplicates
-
OCPBUGS-17053 Typo in modules/coreos-layering-configuring.adoc
-
- Release Pending
-