kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.5k stars 1.57k forks source link

chore: Updated Python image to 3.8 in backend/Dockerfile #10941

Closed hbelmiro closed 1 week ago

hbelmiro commented 1 week ago

Description of your changes: This PR updates backend/Dockerfile to use Python 3.8 since Python 3.7 is no longer supported by https://bootstrap.pypa.io/pip/3.7/get-pip.py.

ERROR: This script does not work on Python 3.7 The minimum supported Python version is 3.8. Please use https://bootstrap.pypa.io/pip/3.7/get-pip.py instead.
Error: building at STEP "RUN wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py": while running runtime: exit status 1

Checklist:

google-oss-prow[bot] commented 1 week ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

hbelmiro commented 1 week ago

cc @chensun

google-oss-prow[bot] commented 1 week ago

@hbelmiro: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
kubeflow-pipeline-upgrade-test c4891d18f193370d34e0041e17da0ac43851c359 link false /test kubeflow-pipeline-upgrade-test
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
google-oss-prow[bot] commented 1 week ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: chensun

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[backend/OWNERS](https://github.com/kubeflow/pipelines/blob/master/backend/OWNERS)~~ [chensun] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment