rexagod / base-ubi-nginx

Base image to bootstrap NGINX on a ubi-minimal image.
Apache License 2.0
0 stars 1 forks source link

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 as reference.