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 99 forks source link

Add arm32 Debian 12 helix image #1041

Closed sbomer closed 1 month ago

sbomer commented 1 month ago

https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1037 updated the glibc baseline for our arm32 images, but we were still running tests on Debian 11 which has an older version, causing the failures in https://github.com/dotnet/runtime/issues/102030. This adds a new Debian 12 image.

richlander commented 1 month ago

Ha! We should have predicted this one, particularly when we were talking about adding a new helix image today.

richlander commented 1 month ago

My guess is that we have an OpenSSL3 incompatibility here looking at the error.

I saw you pinned the runtime build to old tag. Good plan.