We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3eafd3 commit d63e66fCopy full SHA for d63e66f
1 file changed
test/image-blueprints-bootc/layer4-release/group2/rhel102-bootc-brew-lrel-fips.containerfile
@@ -10,10 +10,7 @@ match-architectures = ["x86_64"]
10
EOF
11
12
# 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 && \
+RUN dnf install -y crypto-policies-scripts && \
17
update-crypto-policies --no-reload --set FIPS && \
18
dnf clean all
19
# {{- end -}}
0 commit comments