No description
Find a file
Hermes 33cb4ccd86
All checks were successful
/ build (pull_request) Successful in 1m35s
/ build (push) Successful in 2m27s
fix: push nix-runner image without docker daemon (use skopeo)
The upload-image step failed because the job container has no docker
daemon: 'docker load' could not connect to
unix:///var/run/docker.sock, leaving IMAGE_TAG empty and the push
failing with 'invalid reference format'.

Replace docker load/tag/push with skopeo, which copies the nix-built
docker-archive tarball (result) straight into the registry without
any daemon. A minimal policy.json is required by skopeo.
2026-08-15 14:59:47 +02:00
.forgejo/workflows fix: push nix-runner image without docker daemon (use skopeo) 2026-08-15 14:59:47 +02:00
.gitignore chore: bump nix-runner container to nix 2.35.2 / nixpkgs 26.05 / nodejs 22 2026-08-15 12:22:08 +02:00
flake.lock chore: bump nix-runner container to nix 2.35.2 / nixpkgs 26.05 / nodejs 22 2026-08-15 12:22:08 +02:00
flake.nix fix: use nix-cli in runner image to skip functional tests in CI 2026-08-15 12:58:28 +02:00
README.md feat: Add README for nix-runner-container 2024-06-27 16:36:03 +02:00

nix-runner-container

Generate a nix-based container to be used in forgejo actions. In fact, this repository's action uses a previous version of its own container to upload new versions of itself.