Skip to content

Commit 0330296

Browse files
authored
Merge pull request #89551 from mburke5678/mco-ocl-on-example-cp
OCPBUGS:42836 On-cluster layering uses example uses package not in RHEL
2 parents 7aaf8ba + e9f7482 commit 0330296

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/coreos-layering-configuring-on.adoc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ spec:
5656
machineConfigPool:
5757
name: <mcp_name> <1>
5858
buildInputs:
59-
containerFile: # <2>
59+
containerFile: <2>
6060
- containerfileArch: noarch <3>
6161
content: |-
6262
FROM configs AS final <4>
63-
RUN dnf install -y cowsay && \
64-
dnf clean all && \
65-
ostree container commit
63+
RUN rpm-ostree install tree && \
64+
ostree container commit
6665
imageBuilder: # <5>
6766
imageBuilderType: PodImageBuilder
6867
baseImagePullSecret: # <6>

0 commit comments

Comments
 (0)