Skip to content

Commit 15249e1

Browse files
chore(cloudrun): migrate region tags for dockerfiles and yaml from run folder - part 2 - step 3 (#13105)
* chore(cloudrun): delete old region tags in run/pubsub/Dockerfile * chore(cloudrun): delete old region tags in run/system_package/Dockerfile
1 parent 397152c commit 15249e1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

run/pubsub/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414

1515
# [START cloudrun_pubsub_dockerfile_python]
16-
# [START cloudrun_pubsub_dockerfile]
1716

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

44-
# [END cloudrun_pubsub_dockerfile]
4543
# [END cloudrun_pubsub_dockerfile_python]

run/system-package/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ FROM python:3.11
2020
ENV PYTHONUNBUFFERED True
2121

2222
# [START cloudrun_system_package_ubuntu_dockerfile_python]
23-
# [START cloudrun_system_package_ubuntu]
2423
RUN apt-get update -y && apt-get install -y \
2524
graphviz \
2625
&& apt-get clean
27-
# [END cloudrun_system_package_ubuntu]
2826
# [END cloudrun_system_package_ubuntu_dockerfile_python]
2927

3028
# Copy application dependency manifests to the container image.

0 commit comments

Comments
 (0)