Skip to content

{Packaging} Bump Python version to 3.10.5 - #22864

Merged
jiasli merged 2 commits into
Azure:devfrom
jiasli:python-version
Jun 16, 2022
Merged

{Packaging} Bump Python version to 3.10.5#22864
jiasli merged 2 commits into
Azure:devfrom
jiasli:python-version

Conversation

@jiasli

@jiasli jiasli commented Jun 14, 2022

Copy link
Copy Markdown
Contributor

Description

Bump Python version to 3.10.5.

@ghost
ghost requested review from kairu-ms, wangzelin007 and yonzhan 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 thread Dockerfile
Comment on lines +6 to +8
ARG PYTHON_VERSION="3.10"

FROM python:${PYTHON_VERSION}-alpine3.15
FROM python:${PYTHON_VERSION}-alpine

@jiasli jiasli Jun 14, 2022

Copy link
Copy Markdown
Contributor Author

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

@bebound bebound Jun 14, 2022

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor 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

yonzhan commented Jun 14, 2022

Copy link
Copy Markdown
Collaborator

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
@jiasli
jiasli requested a review from bebound June 14, 2022 10:15
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.

4 participants