-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
PackagingPackaging/DockerquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PackagingPackaging/DockerquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that