Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 592 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 592 Bytes

Alpine Linux with FIPS OpenSSL module

Dockerfile

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.

Build

To build the image, run the following command:

docker build -t alpine-fips .

Docker image

A Docker image built from this source code is available on GitHub Container Registry.