token27 / docker-images-nginx
An easy way to create and maintain Nginx Docker images.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Python
Type:project
This package is auto-updated.
Last update: 2024-10-29 06:31:04 UTC
README
An easy way to create and maintain Nginx Docker images
Requirements
The following prerequisites are needed for Nginx Docker Images Builder
to run.
How to start ?
Set you Docker Hub credentials in the environments vars and do login:
export CONTAINER_REGISTRY_USERNAME=[YOUR_USERNAME]
export CONTAINER_REGISTRY_PASSWORD=[YOUR_PASSWORD]
make ci-docker-login
Build, test or push NGINX
images:
make build
make test
make push
Docs
See Documentation.