chainguard-dev / rules_apko

Bazel rules for apko
https://apko.dev
Apache License 2.0
25 stars 16 forks source link

Allow users to provide the versions of apko binaries not listed in versions.bzl #78

Closed sfc-gh-mhazy closed 5 months ago

sfc-gh-mhazy commented 5 months ago

The motivation here is to be able to use newest apko releases without updating rules_apko as an intermediate step.

It offloads some complexity (specifying hash, prefix to strip and url to the user), but if one just wants to use default apko version, they don't need to do it.