conjurdemos / kubernetes-conjur-demo

Demo application for Conjur Kubernetes integration
11 stars 14 forks source link

Adds env var for using local docker registry #119

Closed diverdane closed 4 years ago

diverdane commented 4 years ago

Adds an environment variable for using a local, insecure docker registry. When this is set, images that are tagged and pushed use the image format:

$DOCKER_REGISTRY_URL/$1:$CONJUR_NAMESPACE_NAME"

and the environment variable $DOCKER_REGISTRY_PATH is unused.