1"""List of all nginx images""" 2 3NGINX_VERSION = "stable-alpine" 4NGINX_REGISTRY = "index.docker.io" 5NGINX_DIGEST = "sha256:e7ece7ddc2e44b2af69a1aa282047794bb31287a960f6c9f53e089c269bee1c7" 6NGINX_REPO = "library/nginx" 7NGINX_DESTINATION_REPO = "nginx"