parent
bd5c207a8b
commit
3ee3ac90b4
2 changed files with 5 additions and 2 deletions
|
@ -18,6 +18,7 @@ jobs:
|
|||
fuse-overlayfs \
|
||||
git \
|
||||
netavark \
|
||||
strace \
|
||||
;
|
||||
sed /usr/share/containers/storage.conf \
|
||||
-e '/^#\?mount_program/c\
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -x
|
||||
set -xe
|
||||
|
||||
YQ_VERSION=v4.44.2
|
||||
NODE_VERSION=22.15.1
|
||||
|
@ -7,7 +7,9 @@ PNPM_VERSION=v9.5.0
|
|||
NODE_VERSION=22.x
|
||||
|
||||
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 install -y --no-install-recommends \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue