From 68b29283bab88381664e1dfdcc3332e06b3c9d6a Mon Sep 17 00:00:00 2001 From: Devendra Date: Fri, 3 Nov 2023 13:27:43 +0530 Subject: [PATCH] Adding the image config details in the docker config (#12958) (cherry picked from commit ee1ee6a3e56bcc7a3e30083b2760c916438a2bca) --- 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: