wip
All checks were successful
/ build (push) Successful in 2m54s

This commit is contained in:
Hornwitser 2025-05-17 22:18:27 +02:00
parent 568ffa2c1a
commit bd5c207a8b
2 changed files with 2 additions and 0 deletions

View file

@ -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 }}

View file

@ -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 \