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

Update from=builder to URN format urn:cnb:builder:[email protected] #765

Open
jromero opened this issue Jul 27, 2020 · 0 comments
Open
Labels
help wanted Need some extra hands to get this done. status/ready Issue ready to be worked on. type/enhancement Issue that requests a new feature or improvement.

Comments

@jromero
Copy link
Member

jromero commented Jul 27, 2020

Description

Currently pack supports --buildpack from=builder to include all the buildpacks from the builder image. Since RFC #37, we should now support the URN format:

  • urn:cnb:builder - A reference to ALL the buildpacks in the builder.
  • urn:cnb:builder:bp.id - A reference to a buildpack with id bp.id in the builder.
  • urn:cnb:builder:[email protected] - A reference to a buildpack with id bp.id at the specific version bp.version.

Proposed solution

  1. Implement support for URN for:
  2. Add a deprecation warning when from=builder is used.

Additional context

@jromero jromero added status/ready Issue ready to be worked on. type/enhancement Issue that requests a new feature or improvement. labels Jul 27, 2020
@natalieparellano natalieparellano added the help wanted Need some extra hands to get this done. label Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Need some extra hands to get this done. status/ready Issue ready to be worked on. type/enhancement Issue that requests a new feature or improvement.
Projects
None yet
Development

No branches or pull requests

2 participants