Skip to content

Commit f5d6539

Browse files
authored
[infra] Use latest kaniko executor image for cloudbuild (lit#1143)
1 parent 6a551ea commit f5d6539

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

cloudbuild-main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ steps:
99
# https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/docker
1010
# https://cloud.google.com/build/docs/kaniko-cache
1111
- id: build
12-
# Kaniko pinned to earlier version due to
13-
# https://github.com/GoogleContainerTools/kaniko/issues/1786
14-
name: gcr.io/kaniko-project/executor:v1.6.0
12+
name: gcr.io/kaniko-project/executor:latest
1513
args:
1614
- --dockerfile=./Dockerfile
1715
- --destination=$_GCR_HOSTNAME/$PROJECT_ID/$REPO_NAME/lit-dev:$COMMIT_SHA

cloudbuild-pr.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ steps:
1313
# https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/docker
1414
# https://cloud.google.com/build/docs/kaniko-cache
1515
- id: build
16-
# Kaniko pinned to earlier version due to
17-
# https://github.com/GoogleContainerTools/kaniko/issues/1786
18-
name: gcr.io/kaniko-project/executor:v1.6.0
16+
name: gcr.io/kaniko-project/executor:latest
1917
args:
2018
- --dockerfile=./Dockerfile
2119
- --destination=$_GCR_HOSTNAME/$PROJECT_ID/$REPO_NAME/lit-dev:$COMMIT_SHA

0 commit comments

Comments
 (0)