# alpine-fips **Repository Path**: mirrors_nginx/alpine-fips ## Basic Information - **Project Name**: alpine-fips - **Description**: Alpine Linux with FIPS OpenSSL module - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![OpenSSFScorecard](https://api.securityscorecards.dev/projects/github.com/nginx/alpine-fips/badge)](https://scorecard.dev/viewer/?uri=github.com/nginx/alpine-fips) [![CI](https://github.com/nginx/alpine-fips/actions/workflows/ci.yml/badge.svg)](https://github.com/nginx/alpine-fips/actions/workflows/ci.yml) [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) # 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](https://github.com/openssl/openssl/blob/master/README-FIPS.md). ## Build To build the image, run the following command: ```bash docker build -t alpine-fips . ``` ## Docker image A Docker image built from this source code is available on [GitHub Container Registry](https://github.com/nginx/alpine-fips/pkgs/container/alpine-fips).