Troubleshooting & Debugging - chainguard-dev/apko

Troubleshooting & Debugging with apko

This guide covers common errors and troubleshooting techniques when using apko, a tool for building small, fast, and reproducible container images.

Official apko Image

To get started, pull the official apko image:

https://edu.chainguard.dev/open-source/apko/getting-started-with-apko

docker pull cgr.dev/chainguard/apko

Verify the apko version:

docker run --rm cgr.dev/chainguard/apko version