8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89478ee commit a4ef85aCopy full SHA for a4ef85a
.kokoro/common.cfg
@@ -9,7 +9,8 @@ build_file: "python-docs-samples/.kokoro/trampoline.sh"
9
# Use the Python worker docker image.
10
env_vars: {
11
key: "TRAMPOLINE_IMAGE"
12
- value: "gcr.io/cloud-devrel-kokoro-resources/python@sha256:e11a459d01e5dcd3613fda35c7c94edfecfe911ed79c078580ff59de300b1938"
+ # value: "gcr.io/cloud-devrel-kokoro-resources/python@sha256:e11a459d01e5dcd3613fda35c7c94edfecfe911ed79c078580ff59de300b1938"
13
+ value: "gcr.io/cloud-devrel-kokoro-resources/python-docker"
14
}
15
16
# Specify project ID
0 commit comments