-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
[FR]: Easy way to produce images from apk packages #309
Comments
Its pity but does not work in bazel @ Mac M1
alpine.yaml
but the same alpine.yaml builds with apko binary well |
Looks like the similar containers/podman#12923 |
Yeah I reported that in #311 - will get a fix from the maintainers. |
Discussed with @thesayyn that this proposal is probably not wise, because of composability. apko doesn't produce layers, it produces a whole image. That means you would use it as an alternative to |
You would build hermetic base image with apko and consume it as base in oci_image I suppose. |
Closing now that https://github.com/chainguard-dev/rules_apko exists and can be used with rules_oci. https://github.com/chainguard-dev/rules_apko/tree/main/examples/oci |
apk is Alpine package keeper
https://github.com/chainguard-dev/apko is the obvious tool to use for this purpose
Thank you to Chainguard for offering to fund this feature request!
The text was updated successfully, but these errors were encountered: