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

Option to add labels to a created and stored (docker) image #3645

Open
ChrWeissDe opened this issue Sep 14, 2022 · 2 comments
Open

Option to add labels to a created and stored (docker) image #3645

ChrWeissDe opened this issue Sep 14, 2022 · 2 comments

Comments

@ChrWeissDe
Copy link

We have the (regulatory and business/security) requirement to store additional "build information" with the resulting (docker) image.
Easiest way from our perspective would be to have the option to add additional labels for the resulting (docker) image.

Thus it would be great if there would be a way to pass this information when e.g. running "kamel run"

@squakez squakez added kind/feature New feature or request area/build-operator Related to the internal image build operator labels Sep 14, 2022
@squakez
Copy link
Contributor

squakez commented Sep 14, 2022

I think we could add some feature to influence the IntegrationKit build (maybe the builder trait?). However, the presence of customizable labels may limit the possibility of kit reuse among Integrations, requiring a new build everytime. That would be a tradeoff to consider. In any case, any contribution is welcome as usual.

In the while, a possible workaround if you have a fixed list of labels is to create a base image from the openjdk one with that list of labels and using this one as base image for the Integrations.

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!

@squakez squakez added area/builder and removed area/build-operator Related to the internal image build operator labels May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants