This commit is contained in:
parent
89b2a707f6
commit
30a675b24c
2 changed files with 0 additions and 6 deletions
|
@ -16,14 +16,11 @@ jobs:
|
|||
ca-certificates \
|
||||
containers-storage \
|
||||
crun \
|
||||
fuse-overlayfs \
|
||||
git \
|
||||
netavark \
|
||||
;
|
||||
shared=/var/lib/shared/storage
|
||||
sed /usr/share/containers/storage.conf \
|
||||
-e '/^#\?mount_program/c\
|
||||
mount_program = "/usr/bin/fuse-overlayfs"' \
|
||||
-e "/^additionalimagestores/a"'\
|
||||
'"\"$shared\"" \
|
||||
> /etc/containers/storage.conf
|
||||
|
|
|
@ -15,7 +15,6 @@ buildah run $ctr -- apt-get install -y --no-install-recommends \
|
|||
containers-storage \
|
||||
crun \
|
||||
curl \
|
||||
fuse-overlayfs \
|
||||
git \
|
||||
netavark \
|
||||
openssh-client \
|
||||
|
@ -26,8 +25,6 @@ buildah run $ctr -- apt-get install -y --no-install-recommends \
|
|||
|
||||
shared=/var/lib/shared/storage
|
||||
buildah run $ctr -- sh -c "sed /usr/share/containers/storage.conf \
|
||||
-e '/^#\?mount_program/c"'\
|
||||
'"mount_program = \"/usr/bin/fuse-overlayfs\"' \
|
||||
-e '/^additionalimagestores/a"'\
|
||||
'" \"$shared\"' \
|
||||
> /etc/containers/storage.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue