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

az cli docker images uses outdated python image #16748

Closed
StefanSchoof opened this issue Feb 1, 2021 · 4 comments · Fixed by #17840
Closed

az cli docker images uses outdated python image #16748

StefanSchoof opened this issue Feb 1, 2021 · 4 comments · Fixed by #17840
Assignees
Labels
Packaging/Docker Packaging question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@StefanSchoof
Copy link

This is autogenerated. Please review and update as needed.

Describe the bug

The azure cli docker image uses the image version 3.6.10, see
https://github.com/Azure/azure-cli/blob/dev/Dockerfile#L6
but the offical python docker image no longer supports 3.6.10 only 3.6.12 has a supported image, see https://hub.docker.com/_/python

With this old base image, the image may contain insecure libs.

To Reproduce:

n/a

Expected Behavior

The azure cli docker image always uses a supported base image.

Environment Summary

Linux-4.19.128-microsoft-standard-x86_64-with
Python 3.6.10
Installer: DOCKER

azure-cli 2.18.0

Additional Context

@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Feb 1, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Feb 4, 2021
@yungezz
Copy link
Member

yungezz commented Feb 4, 2021

hi @fengzhou-msft let's plan it accordingly.

@StefanSchoof
Copy link
Author

@fengzhou-msft @yungezz Do you have now a process to keep the python version up to date with a supported version or will this happen in few months again?

@fengzhou-msft
Copy link
Member

We don't have a process to automatically update the python version yet.

@StefanSchoof
Copy link
Author

Okay, thanks for the info. Then I will create a issue of I spot this again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Packaging/Docker Packaging question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants