Created
April 30, 2021 14:03
-
-
Save c-goes/06cddb8fb200dce5f0c9db0347417734 to your computer and use it in GitHub Desktop.
Debian Bullseye container in container build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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