Skip to content
Discussion options

You must be logged in to vote

...okay, yep, this definitely works (thanks @nalind!).

Below I'm mimicking a pipeline environment through podman, so you can see I'm not granting any extra privileges or providing /dev/fuse. Just setting the required env. vars., and using the buildah image to execute the build command. I'm using the skopeo source because it's convenient, you don't actually need any volume mounts for this to work, just the Containerfile (and any other necessary content):

$ podman run -it --rm \
    -e BUILDAH_FORMAT=docker \
    -e BUILDAH_ISOLATION=chroot \
    -e STORAGE_DRIVER=vfs \
    -v $HOME/devel/skopeo/contrib/skopeoimage/stable/:/root/skopeo_stable:O \
    quay.io/buildah/stable:v1.30.0

[root@63…

Replies: 4 comments 26 replies

Comment options

You must be logged in to vote
1 reply
@abhidev8
Comment options

Comment options

You must be logged in to vote
4 replies
@abhidev8
Comment options

@cevich
Comment options

@abhidev8
Comment options

@cevich
Comment options

Comment options

You must be logged in to vote
20 replies
@abhidev8
Comment options

@cevich
Comment options

@abhidev8
Comment options

@cevich
Comment options

Answer selected by cevich
@cevich
Comment options

@abhidev8
Comment options

@cevich
Comment options

@cevich
Comment options

Comment options

You must be logged in to vote
1 reply
@abhidev8
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants