Add parameters for controlling inheritance of labels and annotations#1448
Closed
seschi98 wants to merge 1 commit into
Closed
Add parameters for controlling inheritance of labels and annotations#1448seschi98 wants to merge 1 commit into
seschi98 wants to merge 1 commit into
Conversation
Add new parameters `inherit-annotations` and `inherit-labels` that allows disabling inheritance from the base image or base states. Signed-off-by: Sebastian Schimpfhauser <seschi98@googlemail.com>
seschi98
force-pushed
the
inherit-labels-and-annotations
branch
from
January 24, 2026 11:16
73dcfc0 to
7dcf1e8
Compare
Author
|
Well, wenn testing this changes in my workflow I realised those parameters dont't actually exist in the buildx CLI. I saw them on my local machine because I have setup podman as a docker alias, so epic fail from my side 🤦♂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add new parameters
inherit-annotationsandinherit-labelsthat allows disabling inheritance from the base image or base states.