parent
bd5c207a8b
commit
3ee3ac90b4
2 changed files with 5 additions and 2 deletions
|
@ -18,6 +18,7 @@ jobs:
|
||||||
fuse-overlayfs \
|
fuse-overlayfs \
|
||||||
git \
|
git \
|
||||||
netavark \
|
netavark \
|
||||||
|
strace \
|
||||||
;
|
;
|
||||||
sed /usr/share/containers/storage.conf \
|
sed /usr/share/containers/storage.conf \
|
||||||
-e '/^#\?mount_program/c\
|
-e '/^#\?mount_program/c\
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -x
|
set -xe
|
||||||
|
|
||||||
YQ_VERSION=v4.44.2
|
YQ_VERSION=v4.44.2
|
||||||
NODE_VERSION=22.15.1
|
NODE_VERSION=22.15.1
|
||||||
|
@ -7,7 +7,9 @@ PNPM_VERSION=v9.5.0
|
||||||
NODE_VERSION=22.x
|
NODE_VERSION=22.x
|
||||||
|
|
||||||
ctr=$(buildah from "docker.io/library/debian:trixie-20250428")
|
ctr=$(buildah from "docker.io/library/debian:trixie-20250428")
|
||||||
mnt=$(buildah mount $ctr)
|
#mnt=$(buildah mount $ctr)
|
||||||
|
strace buildah mount $ctr
|
||||||
|
exit 1
|
||||||
|
|
||||||
buildah run $ctr -- apt-get update
|
buildah run $ctr -- apt-get update
|
||||||
buildah run $ctr -- apt-get install -y --no-install-recommends \
|
buildah run $ctr -- apt-get install -y --no-install-recommends \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue