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

{Packaging} Bump Python version to 3.10.5 #22864

Merged
merged 2 commits into from
Jun 16, 2022
Merged

Conversation

jiasli
Copy link
Member

@jiasli jiasli commented Jun 14, 2022

Description

Bump Python version to 3.10.5.

@ghost ghost requested review from wangzelin007, yonzhan and kairu-ms June 14, 2022 09:33
@ghost ghost added the Auto-Assign Auto assign by bot label Jun 14, 2022
@ghost ghost assigned jiasli Jun 14, 2022
@ghost ghost added this to the Jun 2022 (2022-07-05) milestone Jun 14, 2022
@ghost ghost added the Packaging label Jun 14, 2022
Comment on lines +6 to +8
ARG PYTHON_VERSION="3.10"

FROM python:${PYTHON_VERSION}-alpine3.15
FROM python:${PYTHON_VERSION}-alpine
Copy link
Member Author

@jiasli jiasli Jun 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unpin the version of Python and Alpine Linux, so that we always use the latest and avoid the necessity of frequently bumping versions (#21079).

https://hub.docker.com/_/python

image

Copy link
Contributor

@bebound bebound Jun 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any cache mechanism when pull images? I'm not sure whether we can always get the latest image if they use the same tag.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Locally yes. If you don't run docker pull, existing docker image will be used, but on ADO there is no cache, so it will always pull the latest.

@yonzhan
Copy link
Collaborator

yonzhan commented Jun 14, 2022

Packaging

@jiasli jiasli marked this pull request as ready for review June 14, 2022 10:02
@jiasli jiasli requested a review from calvinhzy as a code owner June 14, 2022 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot Packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants