https://github.com/nginx/alpine-fips
Alpine Linux with FIPS OpenSSL module
https://github.com/nginx/alpine-fips
alpine fips openssl
Last synced: 8 months ago
JSON representation
Alpine Linux with FIPS OpenSSL module
- Host: GitHub
- URL: https://github.com/nginx/alpine-fips
- Owner: nginx
- License: apache-2.0
- Created: 2023-05-19T02:04:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T12:54:36.000Z (8 months ago)
- Last Synced: 2025-05-07T23:44:03.177Z (8 months ago)
- Topics: alpine, fips, openssl
- Language: Dockerfile
- Homepage:
- Size: 272 KB
- Stars: 5
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://scorecard.dev/viewer/?uri=github.com/nginx/alpine-fips)
[](https://github.com/nginx/alpine-fips/actions/workflows/ci.yml)
[](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginx%2Falpine-fips?ref=badge_shield)
[](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).