Skip to content

Commit

Permalink
[6.12.z] Adding the image config details in the docker config (#13040)
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 <[email protected]>
  • Loading branch information
Satellite-QE and devendra104 authored Nov 3, 2023
1 parent 2efda40 commit da964f4
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 da964f4

Please sign in to comment.