Skip to content

Commit 9485ec6

Browse files
authored
chore(deps): update apache/beam_python3.10_sdk docker tag to v2.62.0 (GoogleCloudPlatform#13125)
1 parent 15249e1 commit 9485ec6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dataflow/gemma-flex-template/Dockerfile

Lines 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.61.0 /opt/apache/beam /opt/apache/beam
33+
COPY --from=apache/beam_python3.10_sdk:2.62.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

Lines 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.61.0 /opt/apache/beam /opt/apache/beam
30+
COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam
3131
ENTRYPOINT [ "/opt/apache/beam/boot" ]

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

Lines 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.61.0 /opt/apache/beam /opt/apache/beam
38+
COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam
3939
ENTRYPOINT [ "/opt/apache/beam/boot" ]

dataflow/gpu-examples/tensorflow-landsat/Dockerfile

Lines 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.61.0 /opt/apache/beam /opt/apache/beam
38+
COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam
3939
ENTRYPOINT [ "/opt/apache/beam/boot" ]

dataflow/gpu-examples/tensorflow-minimal/Dockerfile

Lines 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.61.0 /opt/apache/beam /opt/apache/beam
38+
COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam
3939
ENTRYPOINT [ "/opt/apache/beam/boot" ]

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

Lines 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.61.0 /opt/apache/beam /opt/apache/beam
28+
COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam
2929
ENTRYPOINT [ "/opt/apache/beam/boot" ]

0 commit comments

Comments
 (0)