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 \
|
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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue