Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ricardbejarano/nginx

🦅 Built-from-source container image of NGINX
https://github.com/ricardbejarano/nginx

docker nginx

Last synced: 16 days ago
JSON representation

🦅 Built-from-source container image of NGINX

Awesome Lists containing this project

README

        



nginx


Built-from-source container image of NGINX


docker pull quay.io/ricardbejarano/nginx

## 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`.