Skip to content

nginxinc/alpine-fips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.