"""List of all nginx images""" NGINX_VERSION = "stable-alpine" NGINX_REGISTRY = "index.docker.io" NGINX_DIGEST = "sha256:e7ece7ddc2e44b2af69a1aa282047794bb31287a960f6c9f53e089c269bee1c7" NGINX_REPO = "library/nginx" NGINX_DESTINATION_REPO = "nginx"