Skip to content

Commit

Permalink
Adding the image config details in the docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
devendra104 committed Nov 2, 2023
1 parent 83ca284 commit 679a03b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions conf/docker.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,23 @@ DOCKER:
PRIVATE_REGISTRY_USERNAME:
# Private docker registry password
PRIVATE_REGISTRY_PASSWORD:
# Image Pass Registry
IMAGE_REGISTRY:
# image repository URL
URL:
# Pull a non-namespace image using the image pass registry proxy
NON_NAMESPACE:
# Proxy for the non-namespace image
PROXY:
# Username for the non-namespace image pass registry proxy
USERNAME:
# Password for the non-namespace image pass registry proxy
PASSWORD:
# Pull a namespace image using the image pass registry proxy
NAMESPACE:
# proxy for the namespace image
PROXY:
# Username for the namespace image pass registry proxy
USERNAME:
# Password for the namespace image pass registry proxy
PASSWORD:

0 comments on commit 679a03b

Please sign in to comment.