Update python38-core-tools.Dockerfile#489
Merged
TsuyoshiUshio merged 1 commit intodevfrom Aug 27, 2021
Merged
Conversation
vrdmr
approved these changes
Aug 27, 2021
Member
vrdmr
left a comment
There was a problem hiding this comment.
Thanks @TsuyoshiUshio for doing this.
LGTM
Member
|
@TsuyoshiUshio - Thanks for the PR! Can you please update the description with details on how this issue was discovered? Is releasing core tools images part of regular host releases? |
Collaborator
Author
|
@pragnagopa I added the context, looks good? If not, let's have offline quick call. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Azure CLI doesn't support bullseye for now. However, python image looks upgraded to the bullseye.
I fix the version for time being.
Currently this issue, block releasing Azure Functions Core Tools image.
Context
We found the Core Tools Publish pipeline is fail by the following error. The pipeline is for releasing Core Tools docker images that runs nightly. The image is used mainly for devcontainer.
https://azure-functions.visualstudio.com/azure-functions-docker/_build/results?buildId=11733&view=results
That caused by the update of the OS on the python official image.
We found that python official images has move from buster to bullseye.
docker-library/python#633
Found
mcr.microsoft.com/vscode/devcontainers/python:0.201.8-3.8is still on the buster.We are rollback the change or use new ways once Azure CLI team release the Bullseye.
Azure/azure-cli#19370
PR information