token27/docker-images-nginx

An easy way to create and maintain Nginx Docker images.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Python

Type:project

v1.0.0 2021-11-29 05:24 UTC

This package is auto-updated.

Last update: 2024-04-29 04:46:04 UTC


README

An easy way to create and maintain Nginx Docker images

Latest Stable Version License Total Downloads

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.