This commit is contained in:
parent
3efa1ed91a
commit
9a683d751a
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
git \
|
git \
|
||||||
netavark \
|
netavark \
|
||||||
;
|
;
|
||||||
shared=/var/lib/shared-containers
|
shared=/var/lib/shared/storage
|
||||||
sed /usr/share/containers/storage.conf \
|
sed /usr/share/containers/storage.conf \
|
||||||
-e '/^#\?mount_program/c\
|
-e '/^#\?mount_program/c\
|
||||||
mount_program = "/usr/bin/fuse-overlayfs"' \
|
mount_program = "/usr/bin/fuse-overlayfs"' \
|
||||||
|
|
|
@ -24,7 +24,7 @@ buildah run $ctr -- apt-get install -y --no-install-recommends \
|
||||||
;
|
;
|
||||||
#gpg \
|
#gpg \
|
||||||
|
|
||||||
shared=/var/lib/shared-containers
|
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"'\
|
-e '/^#\?mount_program/c"'\
|
||||||
'"mount_program = \"/usr/bin/fuse-overlayfs\"' \
|
'"mount_program = \"/usr/bin/fuse-overlayfs\"' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue