Docker image for buildah using crun as OCI runtime. It's a bit like dind, but with buildah (bind?, nah). To use run
docker run --privileged --rm --volume containers:/buildah/containers -ti toolbelt/buildah
Custom configuration may be mounted into /etc/containers like
docker run --privileged --rm --volume containers:/buildah/containers --volume containers-config:/etc/containers:ro -ti toolbelt/buildah
Keep in mind buildah runs as non-root user with ten of thousands
(literally, there are 10000) uids and gids at it's disposal.
If that's not enough, running as root is an option (please take
note of the changed target path of the containers volume):
docker run --privileged --rm --user root --volume containers:/var/lib/containers -ti toolbelt/buildah
See here for further invocation details.
This docker image includes
Alpine Linux – maintained by the Alpine Linux development team.
Content type
Image
Digest
sha256:71253762f…
Size
32.4 MB
Last updated
1 day ago
docker pull toolbelt/buildah