Skip to content

Dynamically generate FIPS Dockerfile from ERB

Stan Hu requested to merge sh-ubuntu-18.04-fips into master

This adds support for generating FIPS Dockerfiles for Ubuntu 18.04, 20.04, and CentOS 8 by supplying a --fips argument to scripts/generate-dockerfile.

Currently the only change this makes is to run the go_fips script instead of go.

Merge request reports