This repository is dedicated to building a custom Nginx Alpine container, intended to serve as a base container for publishing websites. The base image used is nginx-unprivileged:alpine3.18
from Quay.io, which is a lightweight and secure choice for web server deployment.
In this custom version, tar is added to the base Nginx Alpine image. This modification facilitates the use of Skaffold for development workflows, enhancing the container's utility in CI/CD pipelines.
The container runs Nginx on port 8080
, following the unprivileged guidelines. It's suitable for hosting websites and can be integrated into various deployment workflows, especially those utilizing Skaffold.
This project is licensed under the MIT License. See the LICENSE file for more details.