Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kokoro/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_file: "getting-started-python/.kokoro/trampoline_v2.sh"
# Use the Python worker docker iamge.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/python/getting-started-python"
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker"
}

# Tell the trampoline which build file to use.
Expand Down
1 change: 1 addition & 0 deletions background/function/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
google-cloud-translate==3.11.1
google-cloud-firestore==2.11.1
setuptools
1 change: 1 addition & 0 deletions bookshelf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ google-cloud-error-reporting==1.9.1
google-cloud-logging==3.5.0
gunicorn==20.1.0
six==1.16.0
Werkzeug<3.0.0
1 change: 1 addition & 0 deletions gce/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
flask==2.2.5
honcho==1.1.0
gunicorn==20.1.0
Werkzeug<3.0.0
4 changes: 3 additions & 1 deletion optional-kubernetes-engine/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
# You also need to make sure that the default ACL is set to public-read,
# otherwise users will not be able to see their upload images:
#
# $ gcloud storage buckets update --predefined-default-object-acl=public-read gs://<your-bucket-name>
# $ gcloud storage buckets update \
# --predefined-default-object-acl=public-read \
# gs://<your-bucket-name>
#
# You can adjust the max content length and allow extensions settings to allow
# larger or more varied file types if desired.
Expand Down
1 change: 1 addition & 0 deletions sessions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
google-cloud-firestore==2.11.1
flask==2.2.5
Werkzeug<3.0.0
Loading