dmikusa / binding-tool

Generate Kubernetes service bindings for use with Cloud Native Buildpacks
Apache License 2.0
27 stars 4 forks source link

Support download dependencies from a specific buildpack version #48

Closed dmikusa closed 1 year ago

dmikusa commented 1 year ago

Resolves #34

You may now specify a buildpack as either buildpack/id or buildpack/id@version.

If you include an @version, the @ is stripped out and version is sent to GitHub as a version tag.

For example, to fetch from the Syft buildpack version 1.24.1 use bt dm -b paketo-buildpacks/syft@v1.24.1.