Skip to content

chore(cloudrun): migrate region tags for dockerfiles and yaml from run folder - part 2 - step 3 #13105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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: 0 additions & 2 deletions run/pubsub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

# [START cloudrun_pubsub_dockerfile_python]
# [START cloudrun_pubsub_dockerfile]

# Use the official Python image.
# https://hub.docker.com/_/python
Expand Down Expand Up @@ -41,5 +40,4 @@ COPY . ./
# Timeout is set to 0 to disable the timeouts of the workers to allow Cloud Run to handle instance scaling.
CMD exec gunicorn --bind :$PORT --workers 1 --threads 8 --timeout 0 main:app

# [END cloudrun_pubsub_dockerfile]
# [END cloudrun_pubsub_dockerfile_python]
2 changes: 0 additions & 2 deletions run/system-package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ FROM python:3.11
ENV PYTHONUNBUFFERED True

# [START cloudrun_system_package_ubuntu_dockerfile_python]
# [START cloudrun_system_package_ubuntu]
RUN apt-get update -y && apt-get install -y \
graphviz \
&& apt-get clean
# [END cloudrun_system_package_ubuntu]
# [END cloudrun_system_package_ubuntu_dockerfile_python]

# Copy application dependency manifests to the container image.
Expand Down