Skip to content

Commit d63e66f

Browse files
committed
The containernetworking-plugins package does not exist on rhel 10
1 parent e3eafd3 commit d63e66f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/image-blueprints-bootc/layer4-release/group2/rhel102-bootc-brew-lrel-fips.containerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ match-architectures = ["x86_64"]
1010
EOF
1111

1212
# Enable the FIPS crypto policy
13-
#
14-
# Note: CNI plugins are required for podman to operate normally on RHEL 9.x.
15-
# This package is no longer installed as cri-o dependency.
16-
RUN dnf install -y crypto-policies-scripts containernetworking-plugins && \
13+
RUN dnf install -y crypto-policies-scripts && \
1714
update-crypto-policies --no-reload --set FIPS && \
1815
dnf clean all
1916
# {{- end -}}

0 commit comments

Comments
 (0)