Remove debootstrap dependency from riscv64 images#1361
Remove debootstrap dependency from riscv64 images#1361akoeplinger merged 1 commit intodotnet:mainfrom
Conversation
|
@mthalman, with this, we don't need to keep debootstrap up to date any longer, because it's not involved at all. |
Should this be deleted too? https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/1746a09f4ec139b4844413033d7d3cd18614860e/src/azurelinux/3.0/net9.0/crossdeps-builder/amd64/Dockerfile#L32C49-L32C60 |
|
Debootstrap is still used by officially supported linux architectures. The key is needed for package installation ( @akoeplinger is adding support for signed packages in new ( |
This brings riscv64 to the same plan as loongarch64, which uses new mechanism to create rootfs without debootstrap/qemu requirement.