This repository was archived by the owner on Dec 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Expand file tree Collapse file tree 5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 7575 - --context=/workspace/${DIRECTORY}
7676 - --dockerfile=/workspace/${DIRECTORY}/Dockerfile
7777 - --destination=${IMAGE}:${TAG}
78+ # Workaround not to use default config which requires gcloud credentials
79+ # to pull base image from public gcr registry
80+ # https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
81+ env :
82+ - name : DOCKER_CONFIG
83+ value : " /"
Original file line number Diff line number Diff line change 5151 - --context=/workspace/${DIRECTORY}
5252 - --dockerfile=/workspace/${DIRECTORY}/Dockerfile
5353 - --destination=${IMAGE}:${TAG}
54+ # Workaround not to use defaul config which requires gcloud credentials
55+ # to pull base image from public gcr registry
56+ # https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
57+ env :
58+ - name : DOCKER_CONFIG
59+ value : " /"
Original file line number Diff line number Diff line change 5151 - --context=/workspace/${DIRECTORY}
5252 - --dockerfile=/workspace/${DIRECTORY}/Dockerfile
5353 - --destination=${IMAGE}:${TAG}
54+ # Workaround not to use default config which requires gcloud credentials
55+ # to pull base image from public gcr registry
56+ # https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
57+ env :
58+ - name : DOCKER_CONFIG
59+ value : " /"
Original file line number Diff line number Diff line change 5252 - --context=/workspace/${DIRECTORY}
5353 - --dockerfile=/workspace/${DIRECTORY}/Dockerfile
5454 - --destination=${IMAGE}:${TAG}
55+ # Workaround not to use defaul config which requires gcloud credentials
56+ # to pull base image from public gcr registry
57+ # https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
58+ env :
59+ - name : DOCKER_CONFIG
60+ value : " /"
Original file line number Diff line number Diff line change 5252 - --context=/workspace/${DIRECTORY}
5353 - --dockerfile=/workspace/${DIRECTORY}/Dockerfile
5454 - --destination=${IMAGE}:${TAG}
55+ # Workaround not to use defaul config which requires gcloud credentials
56+ # to pull base image from public gcr registry
57+ # https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
58+ env :
59+ - name : DOCKER_CONFIG
60+ value : " /"
You can’t perform that action at this time.
0 commit comments