dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
122 stars 46 forks source link

Break publish notifications up into comments #1186

Closed lbussell closed 11 months ago

lbussell commented 11 months ago

Fixes https://github.com/dotnet/docker-tools/issues/1162

New Arcade packages target .NET 8.0, so I needed to upgrade ImageBuilder to .NET 8 as well. Took the opportunity to make the Dockerfile multi-platform as well (I have been using this modified Dockerfile for some time to test ImageBuilder in arm64 CI anyways). And as far as I could tell, the LibGit2Sharp issues are all closed so I removed the RID weirdness.

I tested this manually by pointing at a private repo of mine.

dotnet-issue-labeler[bot] commented 11 months ago

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

lbussell commented 11 months ago

This contains part of #1181