From d9711958cb1ba8a2d435ef81f844cb452b2bce2e Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:51:48 -0400 Subject: [PATCH] [6.14.z] Adding the image config details in the docker config (#13041) Adding the image config details in the docker config (#12958) (cherry picked from commit ee1ee6a3e56bcc7a3e30083b2760c916438a2bca) Co-authored-by: Devendra --- conf/docker.yaml.template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/conf/docker.yaml.template b/conf/docker.yaml.template index 81fc6a84dd0..4176b38ee8a 100644 --- a/conf/docker.yaml.template +++ b/conf/docker.yaml.template @@ -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: