Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nginxinc/alpine-fips
Alpine Linux with FIPS OpenSSL module
https://github.com/nginxinc/alpine-fips
alpine fips openssl
Last synced: 9 days ago
JSON representation
Alpine Linux with FIPS OpenSSL module
- Host: GitHub
- URL: https://github.com/nginxinc/alpine-fips
- Owner: nginxinc
- License: apache-2.0
- Created: 2023-05-19T02:04:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-23T16:35:35.000Z (11 days ago)
- Last Synced: 2024-12-23T17:37:27.457Z (10 days ago)
- Topics: alpine, fips, openssl
- Language: Dockerfile
- Homepage:
- Size: 219 KB
- Stars: 4
- Watchers: 10
- Forks: 2
- Open Issues: 2
-
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
[![OpenSSFScorecard](https://api.securityscorecards.dev/projects/github.com/nginxinc/alpine-fips/badge)](https://scorecard.dev/viewer/?uri=github.com/nginxinc/alpine-fips)
[![CI](https://github.com/nginxinc/alpine-fips/actions/workflows/ci.yml/badge.svg)](https://github.com/nginxinc/alpine-fips/actions/workflows/ci.yml)
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Falpine-fips.svg?type=shield)](https://app.fossa.com/projects/custom%2B5618%2Fgithub.com%2Fnginxinc%2Falpine-fips?ref=badge_shield)
[![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/nginxinc/alpine-fips/pkgs/container/alpine-fips).