-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Update docker container to mcr #35623
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not build 'main' w/ a more recent Docker image❔
No clue what this is doing, and I don't really care, just want to unblock our builds with the least amount of churn. Feel free to make a new PR after this goes in to fix it if it needs fixing. |
It's running a build to create bionic installers in the given Docker file. Given that, we should have updated the image as we change major / minor SDK versions because requirements (build-deps) change over time. See aspnetcore/.azure/pipelines/ci.yml Lines 428 to 439 in 64dca63
Note we'll need this change in every branch that uses |
/backport to release/6.0-rc1 |
Started backporting to release/6.0-rc1: https://github.com/dotnet/aspnetcore/actions/runs/1160403237 |
@BrennanConroy by "everywhere" I unfortunately meant 'release/3.1' and 'release/5.0' too. There may also be a reference to this file in 'release/2.1' but I haven't looked (yet). |
Yeah I understand, but those aren't important branches today |
Agree on importance but I'd rather we confirm 3.1 and 5.0 builds will work when the time comes soon. |
That is, your point is really about urgency versus importance and this is important enough to avoid leaving it to the last minute. |
/backport to release/3.1 |
Started backporting to release/3.1: https://github.com/dotnet/aspnetcore/actions/runs/1160492572 |
/backport to release/5.0 |
Started backporting to release/5.0: https://github.com/dotnet/aspnetcore/actions/runs/1160493117 |
Context: https://devblogs.microsoft.com/dotnet/net-core-2-1-container-images-will-be-deleted-from-docker-hub/