Skip to content

Commit

Permalink
[cloudbuild] Use a fixed version of Kaniko
Browse files Browse the repository at this point in the history
This is needed until 'latest'/'debug' tag is applied to
GoogleContainerTools/kaniko#1069
  • Loading branch information
dinvlad committed Mar 6, 2020
1 parent 65111f9 commit 36d40e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
# build a common SDK image that provides kubectl and envsubst commands
- id: kubectl-sdk
name: &kaniko gcr.io/kaniko-project/executor:debug
name: &kaniko gcr.io/kaniko-project/executor:debug-a1af057f997316bfb1c4d2d82719d78481a02a79
waitFor: ['-']
entrypoint: sh
args:
Expand Down

0 comments on commit 36d40e4

Please sign in to comment.