Skip to content

Commit 34e71db

Browse files
committed
Run the build.sh script inside a buildah unshare session
Otherwise we get the error: ``` ++ buildah mount fedora-working-container cannot mount using driver overlay in rootless mode. You need to run it in a `buildah unshare` session ```
1 parent b55bbd2 commit 34e71db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ git push
3737
git push --tags
3838

3939
# Build with build.sh script (uses buildah)
40-
./build.sh
40+
# We must run it in a buildah unshare session. Otherwise we get the error:
41+
#
42+
# ++ buildah mount fedora-working-container
43+
# cannot mount using driver overlay in rootless mode. You need to run it in a `buildah unshare` session
44+
buildah unshare ./build.sh
4145

4246
# Sign the output
4347
gpg --armor --detach-sign pkg/vagrant-sshfs-1.2.0.gem

0 commit comments

Comments
 (0)