[Packaging] Add Debian 11 Bullseye support #19370
Conversation
|
So no need to add bullseye to azure-cli/scripts/release/debian/test_deb_in_docker.sh Lines 12 to 13 in ba4cd3b |
|
As Python's docker image is now based on Bullseye (docker-library/python#633), this makes Bullseye support more necessary. |
|
@jiasli In addition, the While a workaround script could unblock, the Docker ecosystem moves quickly and doing so feels pretty iffy TBH. |
|
We only release packages for AMD64. The bundled Python is for AMD64. M1 is not one of the supported architecture, including ARM64. It is very likely even if we release a package for |
|
Debian 11 Bullseye support will be release in Azure CLI 2.28.0 on 09/07/2021. |
|
Debian 11 Bullseye package has been released: |
Description
Fix #19326, #18654, and possibly #18895, #18804, #18798, #16783
Debian releases and their life cycle can be found at
Similar to #19367, we need to support Debian 11 Bullseye, otherwise the buggy unofficial Azure CLI from https://packages.debian.org/bullseye/azure-cli will be installed.