Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.13.z] Adding the image config details in the docker config #13042

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: