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

Add command to wait for EOL annotation ingestion #1367

Closed mthalman closed 2 months ago

mthalman commented 2 months ago

This will enable the pipeline to validate that the EOL annotations that have been pushed are successfully ingested by MAR.

This refactors the existing image ingestion command so that it can reuse the logic defined there. See separate commits for refactoring.

Contributes to https://github.com/dotnet/docker-tools/issues/1201