Closed mthalman closed 1 year ago
It'd be interesting to know whether https://github.com/dotnet/docker-tools/pull/1104 resolves the issue too but I kind of doubt it.
One thing to verify on this is whether it is related to change from Alpine 3.16 to Alpine 3.17. This can be validated by setting the Alpine tag to a version-specific tag:
alpine
would be changed to alpine3.16
The building a new version of Image Builder and running its
publishImageInfo
command results in the following exception:Note that this shows up in the PR validation from rebuilding a new version of Image Builder: https://dev.azure.com/dnceng-public/public/_build/results?buildId=132680&view=logs&j=046815c1-7653-5dfd-0c09-c18aa9ed7f03&t=a1a5cb5d-ae12-5188-d4ce-56f5f8c7faa9
I'm guessing this is related to the update of the Alpine floating tag that is referenced in the Image Builder Dockerfile to be moved to Alpine 3.17: https://github.com/dotnet/dotnet-docker/discussions/4313. This is also related to https://github.com/dotnet/dotnet-docker/pull/2111 which requires specifying the appropriate RID to get the necessary native library. So something has changed which has broken how things were working before.