apko

Build OCI images from APK packages directly without Dockerfile

brewmacoslinux
Try with needOr install directly
Source

About

Build OCI images from APK packages directly without Dockerfile

Commands

apko

Examples

Build an OCI image from an apko configuration file$ apko build config.yaml image:tag
Publish a built image to a container registry$ apko publish config.yaml ghcr.io/myuser/myimage:tag
Build and load image directly into local Docker daemon$ apko build --docker config.yaml myimage:latest