https://github.com/rexagod/base-ubi-nginx
Base image to bootstrap NGINX on a ubi-minimal image.
https://github.com/rexagod/base-ubi-nginx
Last synced: 3 months ago
JSON representation
Base image to bootstrap NGINX on a ubi-minimal image.
- Host: GitHub
- URL: https://github.com/rexagod/base-ubi-nginx
- Owner: rexagod
- License: apache-2.0
- Created: 2021-11-25T11:52:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T05:56:50.000Z (almost 4 years ago)
- Last Synced: 2025-08-20T18:52:05.533Z (10 months ago)
- Language: Dockerfile
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nginx Base Image
A lightweight NGINX server based on ubi-minimal image.
The image is currently on version `nginx-1.21.0`
# About
This container image runs NGINX as a non-root container.
# Defaults
By default the image runs on http, and expects our files to be in `/var/html/www`
The user can provide their own certificates and nginx config, in order to use https.
Checkout [this example](https://github.com/rexagod/base-ubi-nginx/blob/364964bf3031d843d337d3052198676bee0764bd/examples/https) as reference.