Skip to content

Commit e262f6d

Browse files
committed
chore(deps): pin dependencies
1 parent ac64c89 commit e262f6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ci/cloudbuild/cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ logsBucket: 'gs://${_LOGS_BUCKET}/logs/google-cloud-cpp/${_TRIGGER_SOURCE}/${COM
9191
steps:
9292
# Builds the docker image that will be used by the main build step. Makes 3
9393
# attempts to workaround #6438.
94-
- name: 'gcr.io/kaniko-project/executor:v1.24.0-debug'
94+
- name: 'gcr.io/kaniko-project/executor:v1.24.0-debug@sha256:2562c4fe551399514277ffff7dcca9a3b1628c4ea38cb017d7286dc6ea52f4cd'
9595
id: 'kaniko-build'
9696
entrypoint: '/busybox/sh'
9797
args:
@@ -138,7 +138,7 @@ steps:
138138
]
139139

140140
# Remove the image created by this build.
141-
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
141+
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:fbc4b76c34c8e2847a83f9bfcf445daa6a231a818a470b218f15bec8c1cb1a00'
142142
id: 'remove-image'
143143
allowFailure: true
144144
entrypoint: 'bash'
@@ -150,7 +150,7 @@ steps:
150150
151151
# Cancels in-progress builds for previous commits in the current PR so we can
152152
# free up resources to start running the builds for the new commit.
153-
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk'
153+
- name: 'gcr.io/google.com/cloudsdktool/cloud-sdk@sha256:fbc4b76c34c8e2847a83f9bfcf445daa6a231a818a470b218f15bec8c1cb1a00'
154154
id: 'cancel-in-progress-builds-for-PR'
155155
allowFailure: true
156156
waitFor: [ '-' ]

0 commit comments

Comments
 (0)