From 36abc02c1d53a4c0a1da3968dfba10d64ef0b868 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 18 May 2026 23:52:08 +0000 Subject: [PATCH] Update apache/beam_python3.11_sdk Docker tag to v2.74.0 --- pipelines/anomaly_detection/Dockerfile | 2 +- pipelines/cdp/Dockerfile | 4 ++-- pipelines/iot_analytics/Dockerfile | 4 ++-- pipelines/marketing_intelligence/Dockerfile | 2 +- pipelines/ml_ai_python/Dockerfile | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pipelines/anomaly_detection/Dockerfile b/pipelines/anomaly_detection/Dockerfile index 6d7abd7f..fc1c74ab 100644 --- a/pipelines/anomaly_detection/Dockerfile +++ b/pipelines/anomaly_detection/Dockerfile @@ -30,7 +30,7 @@ RUN pip install --upgrade --no-cache-dir pip \ && pip install --no-cache-dir -e . # Copy files from official SDK image, including script/dependencies. -COPY --from=apache/beam_python3.11_sdk:2.63.0 /opt/apache/beam /opt/apache/beam +COPY --from=apache/beam_python3.11_sdk:2.74.0 /opt/apache/beam /opt/apache/beam ENV KERAS_BACKEND="tensorflow" diff --git a/pipelines/cdp/Dockerfile b/pipelines/cdp/Dockerfile index 41d48b38..5614b01e 100644 --- a/pipelines/cdp/Dockerfile +++ b/pipelines/cdp/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/beam_python3.11_sdk:2.63.0 +FROM apache/beam_python3.11_sdk:2.74.0 WORKDIR /workspace RUN apt-get update -y && apt-get install -y \ @@ -30,7 +30,7 @@ RUN pip install --upgrade --no-cache-dir pip \ && pip install --no-cache-dir -e . # Copy files from official SDK image, including script/dependencies. -COPY --from=apache/beam_python3.11_sdk:2.63.0 /opt/apache/beam /opt/apache/beam +COPY --from=apache/beam_python3.11_sdk:2.74.0 /opt/apache/beam /opt/apache/beam # Set the entrypoint to Apache Beam SDK launcher. ENTRYPOINT ["/opt/apache/beam/boot"] \ No newline at end of file diff --git a/pipelines/iot_analytics/Dockerfile b/pipelines/iot_analytics/Dockerfile index fbdee75b..cbcb4d05 100644 --- a/pipelines/iot_analytics/Dockerfile +++ b/pipelines/iot_analytics/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM apache/beam_python3.11_sdk:2.63.0 +FROM apache/beam_python3.11_sdk:2.74.0 WORKDIR /workspace RUN apt-get update -y && apt-get install -y \ @@ -30,7 +30,7 @@ RUN pip install --upgrade --no-cache-dir pip \ && pip install --no-cache-dir -e . # Copy files from official SDK image, including script/dependencies. -COPY --from=apache/beam_python3.11_sdk:2.63.0 /opt/apache/beam /opt/apache/beam +COPY --from=apache/beam_python3.11_sdk:2.74.0 /opt/apache/beam /opt/apache/beam # Set the entrypoint to Apache Beam SDK launcher. ENTRYPOINT ["/opt/apache/beam/boot"] \ No newline at end of file diff --git a/pipelines/marketing_intelligence/Dockerfile b/pipelines/marketing_intelligence/Dockerfile index c4429f26..24ed0b8c 100644 --- a/pipelines/marketing_intelligence/Dockerfile +++ b/pipelines/marketing_intelligence/Dockerfile @@ -30,7 +30,7 @@ RUN pip install --upgrade --no-cache-dir pip \ && pip install --no-cache-dir -e . # Copy files from official SDK image, including script/dependencies. -COPY --from=apache/beam_python3.11_sdk:2.63.0 /opt/apache/beam /opt/apache/beam +COPY --from=apache/beam_python3.11_sdk:2.74.0 /opt/apache/beam /opt/apache/beam ENV KERAS_BACKEND="tensorflow" diff --git a/pipelines/ml_ai_python/Dockerfile b/pipelines/ml_ai_python/Dockerfile index a7ece28b..c68befea 100644 --- a/pipelines/ml_ai_python/Dockerfile +++ b/pipelines/ml_ai_python/Dockerfile @@ -30,7 +30,7 @@ RUN pip install --upgrade --no-cache-dir pip \ && pip install --no-cache-dir -e . # Copy files from official SDK image, including script/dependencies. -COPY --from=apache/beam_python3.11_sdk:2.63.0 /opt/apache/beam /opt/apache/beam +COPY --from=apache/beam_python3.11_sdk:2.74.0 /opt/apache/beam /opt/apache/beam COPY gemma_2B gemma_2B