binding-tool
binding-tool copied to clipboard
Generate Kubernetes service bindings for use with Cloud Native Buildpacks
In https://github.com/dmikusa/binding-tool/issues/26 we added support for `checksum = "algo:hash"`, but only where the algorithm is sha256. This issue is to support additional algorithms. Supporting more algorithms is additional work because...
It would be great if the tool could support creating the service bindings for kpack. Would it also be a volume mount to the builder? Sofar I don't know how...
Please add more command line options : -os [linux, macos, windows] -args [aarch64, amd64, arm32, i586, ppc64le, riscv64, x64] to download packs only for a specific os/arch
The binding-tool has helpers to make integrating with `pack build` easier, it should have commands to print out snippets of Maven or Gradle config to add for using it. See...
When you run `bt dm` to generate bindings for dependency mappings, the tool will generate the internal URL relative to `/bindings` and that is not configurable. If you use `bt...