Small highly-reproducable nginx implimentation with OpenSSL and more_headers module
2.2K
This project built to be as small as possible and as reproducible as possible. To make this project as little footprint to the user, the application is compiled inside of docker, and then dropped back out onto the host OS. This means to build the application only one dependency is required, docker (and make). Once the statically compiled nginx is copied out to the host OS, the user can create a docker
FROM scratch allowing it to be very small and very secure.
make stagemake dockerContent type
Image
Digest
Size
1.3 MB
Last updated
over 9 years ago
docker pull unixvoid/nginx