Skip to content
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

GCP component container is still based on Python 2.7 #4959

Closed
chensun opened this issue Jan 6, 2021 · 0 comments · Fixed by #4960
Closed

GCP component container is still based on Python 2.7 #4959

chensun opened this issue Jan 6, 2021 · 0 comments · Fixed by #4960
Assignees

Comments

@chensun
Copy link
Member

chensun commented Jan 6, 2021

FROM python:2.7-slim-jessie
RUN apt-get update && apt-get install -y --no-install-recommends \
wget patch \
&& rm -rf /var/lib/apt/lists/*
RUN pip2 install apache-beam[gcp]==2.10.0

GCP component container is still using Python 2.7 which is no longer supported. And the apache-beam SDK is also deprecated by Dataflow: https://cloud.google.com/dataflow/docs/support/sdk-version-support-status#apache-beam-2x-sdks

@chensun chensun self-assigned this Jan 6, 2021
k8s-ci-robot pushed a commit that referenced this issue Jan 7, 2021
…4959  (#4960)

* Update GCP component container to Python 3.7, fix Dataflow client

* fix test

* add back the http patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant