The Dockerfile is based on the official Alpine Linux image and adds the FIPS OpenSSL module. The FIPS module is built from source and the build process is based on the OpenSSL FIPS support guide.
To build the image, run the following command:
docker build -t alpine-fips .
A Docker image built from this source code is available on GitHub Container Registry.