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

bake: allow annotations to be set on the command line #2997

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

jsternberg
Copy link
Collaborator

Annotations were not merged correctly. The overrides in ArrValue would be merged, but the section of code setting them from the command line did not include annotations in the list of available attributes so the command line option was completely discarded.

Fixes #2989.

Annotations were not merged correctly. The overrides in `ArrValue` would
be merged, but the section of code setting them from the command line
did not include `annotations` in the list of available attributes so the
command line option was completely discarded.

Signed-off-by: Jonathan A. Sternberg <[email protected]>
@thompson-shaun thompson-shaun added this to the v0.22.0 milestone Feb 20, 2025
@crazy-max crazy-max merged commit accfbf6 into docker:master Feb 20, 2025
129 checks passed
@jsternberg jsternberg deleted the bake-set-annotations branch February 20, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bake: overriding annotations
3 participants