A minimal Linux environment with curl command-line tool and FIPS-compliant cryptography support, providing a secure solution for making HTTP requests, downloading files, and testing web services in FIPS-regulated containerized environments.
Getting Started
To pull the image:
docker pull registry.hardened.eu/library/curl-fips:latest
Verifying Image Signatures
All Hardened B.V. images are signed using cosign. You can verify the signature using the following steps:
Save the public key:
cat >hardened.pub <<EOL
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEbxhUFlXkIIbDzdRAR9rc6kDPNb+k
J48lhqqlOMyiq3jkbKXNj2sEFMduFlNh63MrZA59PKf4TjS1AiCrvaFXNA==
-----END PUBLIC KEY-----
EOL
Verify the image signature:
cosign verify --key hardened.pub registry.hardened.eu/library/curl-fips:latest
The verification will show the signature details and confirm the image’s authenticity.
To verify the SBOM, run the following command:
cosign verify-attestation --type spdxjson --key hardened.pub registry.hardened.eu/library/curl-fips:latest
To download the SBOM, run the same command and decode it:
cosign verify-attestation --type spdxjson --key hardened.pub registry.hardened.eu/library/curl-fips:latest | jq -r .payload | base64 -d | jq -r .predicate > curl-fips-spdx.json
Trademarks
This software is packaged by Hardened B.V. All trademarks are property of their respective owners. Use of these images does not imply any affiliation or endorsement.
The latest tag is only public. Contact us for detailed information.
Hash | Tag | Size (compressed) | Last updated | Actions |
---|---|---|---|---|
sha256:5cc4db89a79ed... |
latest
x86_64
|
6.46 MB | 14:02:31 19/08/2025 UTC (Calculating...) | |
•••••••••••• | •••••••••••• | •••••••••••• | •••••••••••• | Contact Hardened |
Package | Version | License |
---|---|---|
alpine-os-release | 3.22-r2 | MIT |
brotli-libs | 1.1.0-r2 | MIT |
c-ares | 1.34.5-r0 | MIT |
ca-certificates-bundle | 20250619-r0 | (MPL-2.0 AND MIT) |
curl | 8.14.1-r1 | curl |
libcrypto3 | 3.5.2-r0 | Apache-2.0 |
libcurl | 8.14.1-r1 | curl |
libidn2 | 2.3.7-r0 | (GPL-2.0-or-later OR LGPL-3.0-or-later) |
libpsl | 0.21.5-r3 | MIT |
libssl3 | 3.5.2-r0 | Apache-2.0 |
libunistring | 1.3-r0 | (GPL-2.0-or-later OR LGPL-3.0-or-later) |
musl | 1.2.5-r10 | MIT |
nghttp2-libs | 1.65.0-r0 | MIT |
openssl | 3.5.2-r0 | Apache-2.0 |
openssl-fips-provider | 3.1.2-r0 | Apache-2.0 |
zlib | 1.3.1-r2 | Zlib |
zstd-libs | 1.5.7-r0 | (BSD-3-Clause OR GPL-2.0-or-later) |
The Apache License 2.0 is also a permissive license, similar to the MIT License, but with additional protections related... Show more
The CURL license is a permissive open source license that allows users to use, modify, and distribute the software freel... Show more
The MIT License is a highly permissive open-source license. It allows users to do almost anything with a project, includ... Show more
The zlib License is a permissive license that allows users to use, modify, and distribute the software freely. It's simi... Show more
This image has been thoroughly scanned and appears to be secure. All known vulnerabilities are solved.
Image comparison functionality will be implemented in a future release.