Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cfa5d4

Browse filesBrowse files
authored
chore(deps): update apache/beam_python3.10_sdk docker tag to v2.61.0 (GoogleCloudPlatform#12847)
1 parent c9a5b23 commit 3cfa5d4
Copy full SHA for 3cfa5d4

File tree

Expand file treeCollapse file tree

6 files changed

+6
-6
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+6
-6
lines changed

‎dataflow/gemma-flex-template/Dockerfile

Copy file name to clipboardExpand all lines: dataflow/gemma-flex-template/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN pip install --no-cache-dir --upgrade pip \
3030
# Copy SDK entrypoint binary from Apache Beam image, which makes it possible to
3131
# use the image as SDK container image.
3232
# The Beam version should match the version specified in requirements.txt
33-
COPY --from=apache/beam_python3.10_sdk:2.56.0 /opt/apache/beam /opt/apache/beam
33+
COPY --from=apache/beam_python3.10_sdk:2.61.0 /opt/apache/beam /opt/apache/beam
3434

3535
# Copy Flex Template launcher binary from the launcher image, which makes it
3636
# possible to use the image as a Flex Template base image.

‎dataflow/gpu-examples/pytorch-minimal/Dockerfile

Copy file name to clipboardExpand all lines: dataflow/gpu-examples/pytorch-minimal/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ RUN pip install --no-cache-dir --upgrade pip \
2727
&& pip check
2828

2929
# Set the entrypoint to Apache Beam SDK worker launcher.
30-
COPY --from=apache/beam_python3.10_sdk:2.48.0 /opt/apache/beam /opt/apache/beam
30+
COPY --from=apache/beam_python3.10_sdk:2.61.0 /opt/apache/beam /opt/apache/beam
3131
ENTRYPOINT [ "/opt/apache/beam/boot" ]

‎dataflow/gpu-examples/tensorflow-landsat-prime/Dockerfile

Copy file name to clipboardExpand all lines: dataflow/gpu-examples/tensorflow-landsat-prime/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ RUN apt-get update \
3535

3636
# Set the entrypoint to Apache Beam SDK worker launcher.
3737
# Check this matches the apache-beam version in the requirements.txt
38-
COPY --from=apache/beam_python3.10_sdk:2.58.1 /opt/apache/beam /opt/apache/beam
38+
COPY --from=apache/beam_python3.10_sdk:2.61.0 /opt/apache/beam /opt/apache/beam
3939
ENTRYPOINT [ "/opt/apache/beam/boot" ]

‎dataflow/gpu-examples/tensorflow-landsat/Dockerfile

Copy file name to clipboardExpand all lines: dataflow/gpu-examples/tensorflow-landsat/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ RUN apt-get update \
3535

3636
# Set the entrypoint to Apache Beam SDK worker launcher.
3737
# Check this matches the apache-beam version in the requirements.txt
38-
COPY --from=apache/beam_python3.10_sdk:2.58.1 /opt/apache/beam /opt/apache/beam
38+
COPY --from=apache/beam_python3.10_sdk:2.61.0 /opt/apache/beam /opt/apache/beam
3939
ENTRYPOINT [ "/opt/apache/beam/boot" ]

‎dataflow/gpu-examples/tensorflow-minimal/Dockerfile

Copy file name to clipboardExpand all lines: dataflow/gpu-examples/tensorflow-minimal/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ RUN apt-get update \
3535

3636
# Set the entrypoint to Apache Beam SDK worker launcher.
3737
# Check this matches the apache-beam version in the requirements.txt
38-
COPY --from=apache/beam_python3.10_sdk:2.47.0 /opt/apache/beam /opt/apache/beam
38+
COPY --from=apache/beam_python3.10_sdk:2.61.0 /opt/apache/beam /opt/apache/beam
3939
ENTRYPOINT [ "/opt/apache/beam/boot" ]

‎people-and-planet-ai/timeseries-classification/Dockerfile

Copy file name to clipboardExpand all lines: people-and-planet-ai/timeseries-classification/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ RUN pip install --no-cache-dir --upgrade pip \
2525

2626
# Set the entrypoint to Apache Beam SDK worker launcher.
2727
# Check this matches the apache-beam version in the requirements.txt
28-
COPY --from=apache/beam_python3.10_sdk:2.47.0 /opt/apache/beam /opt/apache/beam
28+
COPY --from=apache/beam_python3.10_sdk:2.61.0 /opt/apache/beam /opt/apache/beam
2929
ENTRYPOINT [ "/opt/apache/beam/boot" ]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.