We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is your idea?
Add the ability to use the label flag in kaniko
label
Flag documentation: https://github.com/GoogleContainerTools/kaniko/#--label
Why is this important? Who does it impact? Will this make something better, faster, etc?
Customers using the docker CLI may be adding custom labels to their images the --label will allow us to have support for kaniko's equivalent flag.
--label
What is the end goal of this story?
The flag is useable in the plugins
The text was updated successfully, but these errors were encountered:
go-vela/vela-docker#44
This is complete.
Sorry, something went wrong.
No branches or pull requests
Description
What is your idea?
Add the ability to use the
label
flag in kanikoFlag documentation:
https://github.com/GoogleContainerTools/kaniko/#--label
Value
Why is this important? Who does it impact? Will this make something better, faster, etc?
Customers using the docker CLI may be adding custom labels to their images the
--label
will allow us to have support for kaniko's equivalent flag.Definition of Done
What is the end goal of this story?
The flag is useable in the plugins
The text was updated successfully, but these errors were encountered: