This commit is contained in:
parent
c24c09839d
commit
45a83dd740
2 changed files with 2 additions and 5 deletions
|
@ -19,7 +19,6 @@ 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 -xe
|
set -x
|
||||||
|
|
||||||
YQ_VERSION=v4.44.2
|
YQ_VERSION=v4.44.2
|
||||||
NODE_VERSION=22.15.1
|
NODE_VERSION=22.15.1
|
||||||
|
@ -7,9 +7,7 @@ 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