{"id":22933627,"url":"https://github.com/nginx-modules/docker-nginx-boringssl","last_synced_at":"2025-10-26T00:40:57.052Z","repository":{"id":69806785,"uuid":"83564431","full_name":"nginx-modules/docker-nginx-boringssl","owner":"nginx-modules","description":"NGINX Docker built top of rolling release BoringSSL (SIMD x86_64-v4/aarch64/armv7)","archived":false,"fork":false,"pushed_at":"2024-06-07T02:36:35.000Z","size":64,"stargazers_count":46,"open_issues_count":4,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-06-07T03:42:48.499Z","etag":null,"topics":["alpine","alpine-nginx","arm","boringssl","brotli","brotli-compression","curve","dockerfile","header-more","http2","http3","mainline-alpine","neon","nginx","nginx-boringssl","nginx-docker","quic","rolling","simd","tls"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/denji/nginx-boringssl/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nginx-modules.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-01T14:37:38.000Z","updated_at":"2024-06-07T02:36:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"e890000f-102d-4bd7-8901-ccdc5d95a0f2","html_url":"https://github.com/nginx-modules/docker-nginx-boringssl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fdocker-nginx-boringssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fdocker-nginx-boringssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fdocker-nginx-boringssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fdocker-nginx-boringssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nginx-modules","download_url":"https://codeload.github.com/nginx-modules/docker-nginx-boringssl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229699831,"owners_count":18109849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","alpine-nginx","arm","boringssl","brotli","brotli-compression","curve","dockerfile","header-more","http2","http3","mainline-alpine","neon","nginx","nginx-boringssl","nginx-docker","quic","rolling","simd","tls"],"created_at":"2024-12-14T11:32:34.891Z","updated_at":"2025-10-26T00:40:52.019Z","avatar_url":"https://github.com/nginx-modules.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **NGINX** built with **BoringSSL** \u0026 **TLSv1.3**\n\n### Docker image\n\n[![](https://img.shields.io/docker/automated/denji/nginx-boringssl.svg)](https://hub.docker.com/r/denji/nginx-boringssl/builds/) [![](https://img.shields.io/docker/pulls/denji/nginx-boringssl.svg)](https://hub.docker.com/r/denji/nginx-boringssl/) [![](https://img.shields.io/docker/stars/denji/nginx-boringssl.svg)](https://hub.docker.com/r/denji/nginx-boringssl/)\n\n[![Docker Image CI](https://github.com/nginx-modules/docker-nginx-boringssl/actions/workflows/docker-image.yml/badge.svg)](https://github.com/nginx-modules/docker-nginx-boringssl/actions/workflows/docker-image.yml)\n\n### Supported tags and respective `Dockerfile` links\n\n* Stable Release\n  - `docker.io/denji/nginx-boringssl:stable-alpine` - (Linux x86_64-v4)\n  - `docker.io/denji/nginx-boringssl:stable-aarch64-alpine` - (Linux AArch64 - ARMv8)\n  - `docker.io/denji/nginx-boringssl:stable-armv7-alpine` - (Linux ARMv7 - 32-bit)\n\n* Mainline Release\n  - `docker.io/denji/nginx-boringssl:mainline-alpine` - (Linux x86_64-v4)\n  - `docker.io/denji/nginx-boringssl:mainline-aarch64-alpine` - (Linux AArch64 - ARMv8)\n  - `docker.io/denji/nginx-boringssl:mainline-armv7-alpine` - (Linux ARMv7 - 32-bit)\n\n#### Before you can use\n\nThis project is unstable state because of the rolling release **BoringSSL**, and modules.\n\n#### Features\n\n- Images are used Alpine Linux.\n- NGINX built **BoringSSL**.\n- PCRE with JIT enabled.\n- HTTP/2.0 (+NPN) support.\n- Async I/O using threads support.\n- Dynamic TLS records patch CloudFlare support (and configured).\n- Gzip static `.gz` files support enabled\n- Brotli static `.br` files support (and configured).\n  - Brotli on-the-fly disabled (dynamic compression unstable)\n\n#### Notes\n\n- Linux 3.17+, and the latest Docker stable are recommended.\n- BoringSSL is naming ECDH curves differently, some modifications will be required if you want to use your own SSL/TLS config file.\n  For example, `secp384r1` (OpenSSL, LibreSSL) is `P-384` (BoringSSL).\n  BoringSSL does support multiple curves with its implementation of `SSL_CTX_set1_curves_list()`,\n  an example is provided in the default `/etc/nginx/confssl_params`.\n  `X25519` is actually the safest curve you can use so it should be the first curve in your list.\n- BoringSSL can use cipher groups: a group is defined by brackets and ciphers are separated by `|` like this : `[cipher1|cipher2|cipher3]`.\n  Ciphers in a group are considered equivalent on the server-side and let the client decide which cipher is the best.\n  This can be useful when using ChaCha20, because AES remains faster than ChaCha20 on AES-NI devices.\n\n#### Based on the Official NGINX Dockerfile \u0026 `Wonderfall/boring-nginx`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginx-modules%2Fdocker-nginx-boringssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnginx-modules%2Fdocker-nginx-boringssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginx-modules%2Fdocker-nginx-boringssl/lists"}