parent
568ffa2c1a
commit
bd5c207a8b
2 changed files with 2 additions and 0 deletions
|
@ -37,5 +37,6 @@ jobs:
|
||||||
name: Build and push
|
name: Build and push
|
||||||
run: |
|
run: |
|
||||||
export BUILDAH_ISOLATION=chroot
|
export BUILDAH_ISOLATION=chroot
|
||||||
|
export _BUILDAH_STARTED_IN_USERNS=""
|
||||||
${{ github.workspace }}/builder.sh ${{ env.REGISTRY_IMAGE }}
|
${{ github.workspace }}/builder.sh ${{ env.REGISTRY_IMAGE }}
|
||||||
buildah push ${{ env.REGISTRY_IMAGE }}
|
buildah push ${{ env.REGISTRY_IMAGE }}
|
||||||
|
|
|
@ -9,6 +9,7 @@ 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)
|
||||||
|
|
||||||
|
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 \
|
||||||
buildah \
|
buildah \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue