-
Notifications
You must be signed in to change notification settings - Fork 6.6k
chore(deps): update apache/beam_python3.9_sdk docker tag to v2.69.0 #13646
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ FROM python:3.9-slim | |
| WORKDIR /pipeline | ||
|
|
||
| # Set the entrypoint to Apache Beam SDK worker launcher. | ||
| COPY --from=apache/beam_python3.9_sdk:2.55.1 /opt/apache/beam /opt/apache/beam | ||
| COPY --from=apache/beam_python3.9_sdk:2.69.0 /opt/apache/beam /opt/apache/beam | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Beam SDK base image is being updated to To prevent potential runtime incompatibilities, it's important that the Please update |
||
| ENTRYPOINT [ "/opt/apache/beam/boot" ] | ||
|
|
||
| # Install the requirements. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While updating the Beam SDK base image to version
2.69.0, the correspondingapache-beamdependency indataflow/custom-containers/miniconda/requirements.txtwas not updated. It is currently pinned to2.37.0.A mismatch between the SDK version in the container and the version used to run the pipeline can lead to runtime errors. It's highly recommended to keep these versions in sync.
Please update
dataflow/custom-containers/miniconda/requirements.txtto: