-
Notifications
You must be signed in to change notification settings - Fork 6.6k
chore(deps): update apache/beam_python3.10_sdk docker tag to v2.69.0 #13647
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 |
|---|---|---|
|
|
@@ -27,5 +27,5 @@ RUN pip install --no-cache-dir --upgrade pip \ | |
| && pip check | ||
|
|
||
| # Set the entrypoint to Apache Beam SDK worker launcher. | ||
| COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam | ||
| COPY --from=apache/beam_python3.10_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. |
||
| ENTRYPOINT [ "/opt/apache/beam/boot" ] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,5 +35,5 @@ RUN apt-get update \ | |
|
|
||
| # Set the entrypoint to Apache Beam SDK worker launcher. | ||
| # Check this matches the apache-beam version in the requirements.txt | ||
| COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam | ||
| COPY --from=apache/beam_python3.10_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 version ( |
||
| ENTRYPOINT [ "/opt/apache/beam/boot" ] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,5 +35,5 @@ RUN apt-get update \ | |
|
|
||
| # Set the entrypoint to Apache Beam SDK worker launcher. | ||
| # Check this matches the apache-beam version in the requirements.txt | ||
| COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam | ||
| COPY --from=apache/beam_python3.10_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. |
||
| ENTRYPOINT [ "/opt/apache/beam/boot" ] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,5 +35,5 @@ RUN apt-get update \ | |
|
|
||
| # Set the entrypoint to Apache Beam SDK worker launcher. | ||
| # Check this matches the apache-beam version in the requirements.txt | ||
| COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam | ||
| COPY --from=apache/beam_python3.10_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. |
||
| ENTRYPOINT [ "/opt/apache/beam/boot" ] | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,5 +25,5 @@ RUN pip install --no-cache-dir --upgrade pip \ | |
|
|
||
| # Set the entrypoint to Apache Beam SDK worker launcher. | ||
| # Check this matches the apache-beam version in the requirements.txt | ||
| COPY --from=apache/beam_python3.10_sdk:2.62.0 /opt/apache/beam /opt/apache/beam | ||
| COPY --from=apache/beam_python3.10_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. |
||
| ENTRYPOINT [ "/opt/apache/beam/boot" ] | ||
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.
The Beam SDK version in the Docker
FROMinstruction (2.69.0) does not match theapache_beamversion indataflow/gemma-flex-template/requirements.txt(2.66.0). As noted in the comment on line 32, these versions should match to avoid runtime issues. Please update theapache_beamversion inrequirements.txtto2.69.0.