Skip to content

Commit

Permalink
[6.14.z] Adding the image config details in the docker config (#13041)
Browse files Browse the repository at this point in the history
Adding the image config details in the docker config (#12958)

(cherry picked from commit ee1ee6a)

Co-authored-by: Devendra <devendra.singh104@gmail.com>
  • Loading branch information
Satellite-QE and devendra104 authored Nov 3, 2023
1 parent 57436c0 commit d971195
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 d971195

Please sign in to comment.