-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update to Alpine 3.16 #46563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Alpine 3.16 #46563
Conversation
Lots of test failures here, all seemingly related to the French culture - tagging individual owners |
Lots of ModelBinding failures, e.g.
@brunolins16 could you take a look? |
|
The failures may be related to an issue with the docker image - dotnet/dotnet-buildtools-prereqs-docker#798 |
IDK much about but I took a look at the ModelBinding issues and all of them are related to scenarios where we are testing formatting with different cultures (French, Spanish, Russian, Traditional Chinese) and definitely could be related to this. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
I believe https://dev.azure.com/dnceng-public/public/_build/results?buildId=169872&view=results will use the updated 3.16 image |
If it is using 3.16, I believe the change did not fix the issue :(. |
@wtgodbe we were using 3.14 before, right? Do you know which customizations we have in |
I might have read the docker repo wrong, going to try the staging image (I think it hasn't been rolled out yet). If that works I'll wait until the rollout & update this PR to use the official image again |
Ok, that worked. @mthalman what day does the weekly docker image rollout happen? |
Wednesday or Thursday |
@dougbu can you review |
Part of #46555