rules_apko
rules_apko copied to clipboard
apko: upgrade to v0.27.4
Upgrade to v0.27.4, bump version in MODULE.bazel, in versions, and regenerate lock files.
Note: I shared some thoughts about the issue in: https://github.com/chainguard-dev/rules_apko/pull/117
I think that apko used to generate single-arch containers when single arch was given, and now it produces multi-arch container (with single arch inside) in that cases. I think we would need to bring apko to the old semantic (by flag controlling the type of returned artifact most likely)
Potential fix here, I have not tested this myself yet https://github.com/chainguard-dev/apko/pull/1664