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

Pin msquic to pre-regression revision on Alpine Arm32 #933

Closed CarnaViire closed 7 months ago

CarnaViire commented 7 months ago

Contributes to https://github.com/dotnet/runtime/issues/91757

While pinning to a docker tag temporarily mitigated the issue above, it doesn't allow us to consume any of the docker image updates, that are unrelated to msquic, e.g. see https://github.com/dotnet/dnceng/issues/1423#issuecomment-1823466181.

Changing it to pin to a pre-regression msquic revision instead of main, so we can "unlock" the image in runtime CI again.

cc @wfurt

wfurt commented 7 months ago

it looks like all checks finished but the dotnet-buildtools-prereqs-docker-windowsservercore did not get updated.

wfurt commented 7 months ago

can you override the checks @mthalman @lbussell ??? It seems like everything passed.