dotnet / dotnet-buildtools-prereqs-docker

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

Disable failing Debian Arm32 Helix image build #935

Closed lbussell closed 10 months ago

lbussell commented 10 months ago

The version of python3-cryptography provided by Debian (added in https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/929) no longer satisfies Helix's requirements, causing the build to fail. We should disable the build to unblock other image builds.   @wfurt and @dougbu are working on getting this build fixed in the meantime.