dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 98 forks source link

Switch from virtualenv to venv for all helix Dockerfiles #1095

Closed richlander closed 1 week ago

mthalman commented 2 weeks ago

Build is blocked:

RUN /scripts/eng/common/cross/build-rootfs.sh riscv64 sid --skipunmount
#6 0.272 running debootstrap --variant=minbase --keyring /usr/share/keyrings/debian-archive-keyring.gpg --include=debian-archive-keyring --force-check-gpg --arch riscv64 sid /crossrootfs/riscv64 http://ports.ubuntu.com/
#6 0.333 I: Retrieving InRelease 
#6 0.708 I: Retrieving Release 
#6 1.083 E: Failed getting release file http://ports.ubuntu.com/dists/sid/Release
#6 ERROR: executor failed running [/bin/sh -c /scripts/eng/common/cross/build-rootfs.sh riscv64 sid --skipunmount]: exit code: 1

Needs https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1098