https://github.com/woodruffw/openssl-dockerfiles
Dockerfiles for a few versions of OpenSSL. Not suitable for production use.
https://github.com/woodruffw/openssl-dockerfiles
Last synced: 4 months ago
JSON representation
Dockerfiles for a few versions of OpenSSL. Not suitable for production use.
- Host: GitHub
- URL: https://github.com/woodruffw/openssl-dockerfiles
- Owner: woodruffw
- License: apache-2.0
- Created: 2024-02-22T01:15:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-02T15:30:55.000Z (4 months ago)
- Last Synced: 2025-06-10T01:55:30.710Z (4 months ago)
- Language: Dockerfile
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openssl-dockerfiles
Dockerfiles and images (on GHCR) for a few versions of OpenSSL (and forks).
These builds are not suitable for production use. They are for testing
purposes. If you use them in production, you will have a very bad time.## Constraints
These Dockerfiles produce library builds of OpenSSL only.
* No tests are built or run.
* No OpenSSL "apps" (e.g. the `openssl` binary) are built or run, if the OpenSSL
version allows them to be disabled at build-time.## Licensing
The Dockerfiles themselves are licensed under Apache 2.0.
OpenSSL is licensed under the [OpenSSL License](https://spdx.org/licenses/OpenSSL.html)
prior to 3.0, and under Apache 2.0 afterwards.[BoringSSL is licensed] partially under the OpenSSL License and partially
under the ISC license.[LibreSSL is licensed] partially under the OpenSSL license, partially under
the ISC license, or placed into the public domain.[BoringSSL is licensed]: https://github.com/google/boringssl/blob/master/LICENSE
[LibreSSL is licensed]: https://github.com/libressl/openbsd/blob/master/src/lib/libssl/LICENSE