Try not using fuse
All checks were successful
/ build (push) Successful in 2m23s

This commit is contained in:
Hornwitser 2025-05-18 18:24:11 +02:00
parent 89b2a707f6
commit 30a675b24c
2 changed files with 0 additions and 6 deletions

View file

@ -16,14 +16,11 @@ jobs:
ca-certificates \ ca-certificates \
containers-storage \ containers-storage \
crun \ crun \
fuse-overlayfs \
git \ git \
netavark \ netavark \
; ;
shared=/var/lib/shared/storage shared=/var/lib/shared/storage
sed /usr/share/containers/storage.conf \ sed /usr/share/containers/storage.conf \
-e '/^#\?mount_program/c\
mount_program = "/usr/bin/fuse-overlayfs"' \
-e "/^additionalimagestores/a"'\ -e "/^additionalimagestores/a"'\
'"\"$shared\"" \ '"\"$shared\"" \
> /etc/containers/storage.conf > /etc/containers/storage.conf

View file

@ -15,7 +15,6 @@ buildah run $ctr -- apt-get install -y --no-install-recommends \
containers-storage \ containers-storage \
crun \ crun \
curl \ curl \
fuse-overlayfs \
git \ git \
netavark \ netavark \
openssh-client \ openssh-client \
@ -26,8 +25,6 @@ buildah run $ctr -- apt-get install -y --no-install-recommends \
shared=/var/lib/shared/storage shared=/var/lib/shared/storage
buildah run $ctr -- sh -c "sed /usr/share/containers/storage.conf \ buildah run $ctr -- sh -c "sed /usr/share/containers/storage.conf \
-e '/^#\?mount_program/c"'\
'"mount_program = \"/usr/bin/fuse-overlayfs\"' \
-e '/^additionalimagestores/a"'\ -e '/^additionalimagestores/a"'\
'" \"$shared\"' \ '" \"$shared\"' \
> /etc/containers/storage.conf" > /etc/containers/storage.conf"