Add fipsctl to Docker test harness builds

Include fipsctl binary in both static and chaos test harness
Dockerfiles, build scripts, and gitignores alongside the existing
fips binary.
This commit is contained in:
Johnathan Corgan
2026-02-24 18:18:22 +00:00
parent 58664c7c77
commit 27da3c0bbf
6 changed files with 17 additions and 11 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ RUN printf '%s\n' \
'no-resolv' \
>> /etc/dnsmasq.conf
COPY fips /usr/local/bin/
RUN chmod +x /usr/local/bin/fips
COPY fips fipsctl /usr/local/bin/
RUN chmod +x /usr/local/bin/fips /usr/local/bin/fipsctl
# Static web page served via Python HTTP server
RUN printf 'Fuck IPs!\n' > /root/index.html