Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nginx-modules/docker-nginx-libressl
NGINX Docker built top of LibreSSL
https://github.com/nginx-modules/docker-nginx-libressl
alpine alpine-nginx brotli brotli-compression dockerfile header-more http2 libressl mainline-alpine nginx nginx-docker nginx-libressl tls
Last synced: 10 days ago
JSON representation
NGINX Docker built top of LibreSSL
- Host: GitHub
- URL: https://github.com/nginx-modules/docker-nginx-libressl
- Owner: nginx-modules
- Created: 2017-03-01T14:37:22.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T02:38:25.000Z (7 months ago)
- Last Synced: 2024-06-07T03:43:45.425Z (7 months ago)
- Topics: alpine, alpine-nginx, brotli, brotli-compression, dockerfile, header-more, http2, libressl, mainline-alpine, nginx, nginx-docker, nginx-libressl, tls
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/denji/nginx-libressl/
- Size: 64.5 KB
- Stars: 9
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **NGINX** built with **LibreSSL**
### Docker image
[![](https://img.shields.io/docker/automated/denji/nginx-libressl.svg)](https://hub.docker.com/r/denji/nginx-libressl/builds/) [![](https://img.shields.io/docker/pulls/denji/nginx-libressl.svg)](https://hub.docker.com/r/denji/nginx-libressl/) [![](https://img.shields.io/docker/stars/denji/nginx-libressl.svg)](https://hub.docker.com/r/denji/nginx-libressl/)
[![Docker Image CI](https://github.com/nginx-modules/docker-nginx-libressl/actions/workflows/docker-image.yml/badge.svg)](https://github.com/nginx-modules/docker-nginx-libressl/actions/workflows/docker-image.yml)
### Supported tags and respective `Dockerfile` links
* Stable Release
- `docker.io/denji/nginx-libressl:stable-alpine` - (Linux x86_64-v4)
- `docker.io/denji/nginx-libressl:stable-aarch64-alpine` - (Linux AArch64 - ARMv8)
- `docker.io/denji/nginx-libressl:stable-armv7-alpine` - (Linux ARMv7 - 32-bit)
- `docker.io/denji/nginx-libressl:stable-ppc64le-alpine` - (Linux ppc64le - 64-bit PowerPC little-endian)* Mainline Release
- `docker.io/denji/nginx-libressl:mainline-alpine` - (Linux x86_64-v4)
- `docker.io/denji/nginx-libressl:mainline-aarch64-alpine` - (Linux AArch64 - ARMv8)
- `docker.io/denji/nginx-libressl:mainline-armv7-alpine` - (Linux ARMv7 - 32-bit)
- `docker.io/denji/nginx-libressl:mainline-ppc64le-alpine` - (Linux ppc64le - 64-bit PowerPC little-endian)#### Features
- Images are used Alpine Linux.
- PCRE with JIT enabled.
- HTTP/2.0 (+NPN) support.
- Async I/O using threads support.
- Dynamic TLS records patch CloudFlare support (and configured).
- Gzip static `.gz` files support enabled
- Brotli static `.br` files support (and configured).
- Brotli on-the-fly disabled (dynamic compression unstable)#### Based on the Official NGINX Dockerfile & `Wonderfall/boring-nginx`