cleanup & fix the workflow
Some checks failed
Build-and-publish podman-in-docker / build-and-push (push) Failing after 14s

This commit is contained in:
2026-02-07 19:08:03 +03:00
parent 54b551a29b
commit ebce06004b
7 changed files with 45 additions and 267 deletions

View File

@@ -1,7 +1,7 @@
# podman-in-docker
A fork of https://github.com/JamesJonesConsulting/podman-dind-like that seemed defunct
A cleaned-up fork of https://github.com/JamesJonesConsulting/podman-dind-like that seems to be defunct.
This is a dind-like container using podman based on `quay.io/podman/stable` with podman.sock service running
Meant to be used with gitea runner as dind replacement to avoid docker --rm race conditions (as act_runner does not properly wait for docker operations to complete and those are async)
This is a dind-like container using podman based on `quay.io/podman/stable` with podman.sock service running. Meant to
be used with gitea runner as dind replacement to avoid docker --rm race conditions, as `act_runner` does not properly
wait for docker operations to complete and those are async. Podman does not seem to have that issue