Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit b9b853a

Browse files
committed
Updates for FIPS agents
1 parent 29c07de commit b9b853a

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
platform "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
155
end
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
platform "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
35
end

0 commit comments

Comments
 (0)