1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-07 00:32:28 +00:00
kontain.me/cmd/apko
Jason Hall 5d020bef59 bump deps
Signed-off-by: Jason Hall <imjasonh@gmail.com>
2026-04-02 18:16:22 +01:00
..
main.go bump deps 2026-04-02 18:16:22 +01:00
README.md apko: update to use wolfi packages 2023-01-31 00:20:57 -05:00
test.sh remove pipefail 2023-11-26 12:51:16 -05: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/wolfi-baselayout

(PS: you should just use cgr.dev/chainguard/static instead!)

Build and pull an image containing nginx:

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

In the above examples, packages are provided by the Wolfi distro.

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