Skip to content
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

Flow through generated container image names to callers #40638

Merged
merged 2 commits into from
May 20, 2024

Conversation

baronfel
Copy link
Member

@baronfel baronfel commented May 2, 2024

When doing automation with the container images it's sometimes not enough to reference the digest - you need the generated full name of the new image as well. This new Output Item allows callers to retrieve this piece of data, and since it's an Item keeps the door open to adding metadata about the characteristics of each of those generated images in the future.

image

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels May 2, 2024
@baronfel baronfel marked this pull request as draft May 2, 2024 17:28
@baronfel baronfel marked this pull request as ready for review May 20, 2024 18:25
@baronfel baronfel requested a review from a team May 20, 2024 18:25
Copy link
Member

@rainersigwald rainersigwald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but . . . tests?

@baronfel
Copy link
Member Author

You're right but we don't have any kind of test setup right now for any of the 'generated' properties - mostly because it's expensive to actually call the CreateNewImage task to get something to validate.

@baronfel baronfel merged commit 0a0c18b into dotnet:main May 20, 2024
24 checks passed
@baronfel
Copy link
Member Author

/backport to release/8.0.4xx

@baronfel baronfel deleted the return-generated-container-names branch May 20, 2024 18:42
Copy link
Contributor

Started backporting to release/8.0.4xx: https://github.com/dotnet/sdk/actions/runs/9163450308

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants