-
Notifications
You must be signed in to change notification settings - Fork 327
Closed
Labels
status/readyIssue ready to be worked on.Issue ready to be worked on.type/enhancementIssue that requests a new feature or improvement.Issue that requests a new feature or improvement.
Description
Description
We would like to be able to add metadata to our builder via image labels at build time but there is no way for us to add custom image labels.
Proposed solution
Add a flag --label <label>=<value> to pack builder create command that will allow buildpack authors to add custom metadata to the builder image at build time.
Describe alternatives you've considered
This can be achieved with crane mutate but that requires you to upload the image without metadata to a registry and then mutate the file. This also means that image labels cannot be added to the .cnb files at all which feels bad as the OCI image in registry and in .cnb file format should be identical.
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status/readyIssue ready to be worked on.Issue ready to be worked on.type/enhancementIssue that requests a new feature or improvement.Issue that requests a new feature or improvement.