https://github.com/ricardbejarano/nginx
🦅 Built-from-source container image of NGINX
https://github.com/ricardbejarano/nginx
docker nginx
Last synced: about 2 months ago
JSON representation
🦅 Built-from-source container image of NGINX
- Host: GitHub
- URL: https://github.com/ricardbejarano/nginx
- Owner: ricardbejarano
- License: mit
- Created: 2018-08-27T20:24:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T21:23:53.000Z (3 months ago)
- Last Synced: 2025-02-06T22:27:33.563Z (3 months ago)
- Topics: docker, nginx
- Language: Dockerfile
- Homepage:
- Size: 235 KB
- Stars: 248
- Watchers: 6
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Features
* Compiled from source during build time
* Built `FROM scratch`, with zero bloat
* Reduced attack surface (no shell, no UNIX tools, no package manager...)
* Runs as unprivileged (non-`root`) user## Tags
### Docker Hub
Available on Docker Hub as [`docker.io/ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
- [`1.27.0`, `latest` *(Dockerfile)*](Dockerfile)
### RedHat Quay
Available on RedHat Quay as [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx):
- [`1.27.0`, `latest` *(Dockerfile)*](Dockerfile)
## Configuration
### Volumes
- Mount your **configuration** at `/etc/nginx/nginx.conf`.