-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.17
-
None
-
None
-
False
-
Description of problem:
On-cluster layering example is not valid. The 'cowsay' package is not available in RHEL, so the example will always fail.
Version-Release number of selected component (if applicable):
OCP 4.17
How reproducible:
100%
Steps to Reproduce:
Follow https://docs.openshift.com/container-platform/4.17/machine_configuration/mco-coreos-layering.html#coreos-layering-configuring-on_mco-coreos-layering which currently contains the following Dockerfile example: FROM configs AS final RUN rpm-ostree install cowsay && \ ostree container commit
Actual results:
The rpm-ostree command will return an error that the cowsay package is not found, causing the MachineOSBuild to fail.
Expected results:
The example includes a config that can be successfully built.
Additional info:
I've not been able to successfully test it due to other issues, but we may want to consider using rsyslog in the example.