1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-16 20:34:22 +00:00
kontain.me/cmd/apko
2022-04-01 16:32:22 -04:00
..
deploy.sh lower resources, add apko to README 2022-04-01 16:32:22 -04:00
Dockerfile.base apko: initial commit 2022-03-19 20:49:00 -04:00
main.go add URL fetching 2022-03-20 14:06:57 -04:00
README.md add URL fetching 2022-03-20 14:06:57 -04:00

apko.kontain.me

docker pull apko.kontain.me/[package]/[package]/... serves an image containing the specified apk packages.

Examples

Build and pull a minimal distroless base image:

docker pull apko.kontain.me/alpine-baselayout

(PS: you should just use ghcr.io/distroless/static instead!)

Build and pull an image containing nginx:

docker pull apko.kontain.me/alpine-baselayout/nginx

You can also specify the URL of an image config YAML to fetch, parse and build, if url is the first element in the path:

docker pull apko.kontain.me/url/raw.githubusercontent.com/chainguard-dev/apko/main/examples/nginx-rootless.yaml