This repository was archived by the owner on Sep 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11platform "redhatfips-8-x86_64" do |plat |
2- # Uncomment the lines below when a vanagon with defaults for this platform is released
3- # plat.inherit_from_default
4- # plat.clear_provisioning
5-
6- packages = %w( rpm-build rpmdevtools rsync yum-utils )
7- plat . provision_with ( "dnf install -y --allowerasing #{ packages . join ( ' ' ) } " )
8-
9- # Delete everything below when a vanagon with defaults for this platform is released
10- plat . servicedir "/usr/lib/systemd/system"
11- plat . defaultdir "/etc/sysconfig"
12- plat . servicetype "systemd"
13- plat . install_build_dependencies_with "yum install --assumeyes"
14- plat . vmpooler_template "redhat-fips-8-x86_64"
2+ # NOTE: You must run the build on a FIPS-enabled Linux host in order for this platform to
3+ # build correctly with the Docker engine.
4+ plat . inherit_from_default
155end
Original file line number Diff line number Diff line change 11platform "redhatfips-9-x86_64" do |plat |
2+ # NOTE: You must run the build on a FIPS-enabled Linux host in order for this platform to
3+ # build correctly with the Docker engine.
24 plat . inherit_from_default
35end
You can’t perform that action at this time.
0 commit comments