Skip to content

Instantly share code, notes, and snippets.

@c-goes
Created April 30, 2021 14:03
Show Gist options
  • Save c-goes/06cddb8fb200dce5f0c9db0347417734 to your computer and use it in GitHub Desktop.
Save c-goes/06cddb8fb200dce5f0c9db0347417734 to your computer and use it in GitHub Desktop.
Debian Bullseye container in container build
FROM docker.io/debian:bullseye
RUN apt-get update && apt-get -y install ca-certificates buildah
WORKDIR /container
RUN buildah bud --isolation=chroot --storage-driver=vfs -t localhost/test .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment