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

Add custom label metadata to packaged buildpacks #1877

Merged
merged 4 commits into from
Sep 6, 2023

Commits on Aug 28, 2023

  1. Add custom label metadata to packaged buildpacks

    Introduces a new flag `--label` to the `pack buildpack package` command which:
    * can be used to add labels one at a time (e.g.; `--label a=1 --label b=2`)
    * can be used to add multiple labels in CSV format (e.g.; `--label a=1,b=2`)
    
    The labels are parsed into a `map[string]string` and added as label metadata to the packaged OCI or `.cnb` file.
    
    Signed-off-by: Colin Casey <[email protected]>
    colincasey committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9454706 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Added test for failing image label

    Signed-off-by: Colin Casey <[email protected]>
    colincasey committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2214603 View commit details
    Browse the repository at this point in the history
  2. Run make tidy

    Signed-off-by: Colin Casey <[email protected]>
    colincasey committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    13cb3ac View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    9c328bd View commit details
    Browse the repository at this point in the history