Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 5331c7a

Browse files
committed
Typo fix
1 parent baf2efc commit 5331c7a

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

go-1.x/buildtemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ spec:
8080
# https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
8181
env:
8282
- name: DOCKER_CONFIG
83-
value: "/"
83+
value: "/"

node-10.x/buildtemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
- --context=/workspace/${DIRECTORY}
5252
- --dockerfile=/workspace/${DIRECTORY}/Dockerfile
5353
- --destination=${IMAGE}:${TAG}
54-
# Workaround not to use defaul config which requires gcloud credentials
54+
# Workaround not to use default config which requires gcloud credentials
5555
# to pull base image from public gcr registry
5656
# https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
5757
env:

python-2.7/buildtemplate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ spec:
5252
- --context=/workspace/${DIRECTORY}
5353
- --dockerfile=/workspace/${DIRECTORY}/Dockerfile
5454
- --destination=${IMAGE}:${TAG}
55-
# Workaround not to use defaul config which requires gcloud credentials
55+
# Workaround not to use default config which requires gcloud credentials
5656
# to pull base image from public gcr registry
5757
# https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
5858
env:
5959
- name: DOCKER_CONFIG
60-
value: "/"
60+
value: "/"

python-3.7/buildtemplate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ spec:
5252
- --context=/workspace/${DIRECTORY}
5353
- --dockerfile=/workspace/${DIRECTORY}/Dockerfile
5454
- --destination=${IMAGE}:${TAG}
55-
# Workaround not to use defaul config which requires gcloud credentials
55+
# Workaround not to use default config which requires gcloud credentials
5656
# to pull base image from public gcr registry
5757
# https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
5858
env:
5959
- name: DOCKER_CONFIG
60-
value: "/"
60+
value: "/"

ruby-2.5/buildtemplate.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ spec:
5454
- --context=/workspace/${DIRECTORY}
5555
- --dockerfile=/workspace/${DIRECTORY}/Dockerfile
5656
- --destination=${IMAGE}:${TAG}
57+
# Workaround not to use default config which requires gcloud credentials
58+
# to pull base image from public gcr registry
59+
# https://groups.google.com/d/msg/kaniko-users/r5yoP_Ejm_c/ExoEXksDBAAJ
60+
env:
61+
- name: DOCKER_CONFIG
62+
value: "/"

0 commit comments

Comments
 (0)