diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8d06da8..9a02099 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -7,7 +7,7 @@ on: jobs: build: name: Build and push images - runs-on: ubuntu-22.04 + runs-on: debian-node-bullseye steps: - uses: actions/checkout@v4 - name: Install buildah diff --git a/ubuntu.Containerfile b/ubuntu.Containerfile index 7875027..c0644a4 100644 --- a/ubuntu.Containerfile +++ b/ubuntu.Containerfile @@ -1,3 +1,4 @@ FROM docker.io/node:18-bullseye RUN apt-get -y update && \ - apt-get -y install sudo + apt-get -y install sudo jq buildah podman && \ + (echo '[storage]';echo 'driver = "vfs"') > /etc//containers/storage.conf