Change socket path to /var/run/docker.sock for compatibility
Some checks failed
Build-and-publish podman-in-docker / build-and-push (push) Failing after 55s

This commit is contained in:
2026-02-07 20:34:48 +03:00
parent d084e0d5a3
commit bc57c3496c

View File

@@ -17,8 +17,7 @@ RUN set -e; \
fi; \ fi; \
dnf install -y podman-docker; \ dnf install -y podman-docker; \
touch /etc/containers/nodocker; \ touch /etc/containers/nodocker; \
mkdir /run/podman; \
dnf clean all; \ dnf clean all; \
rm -rf /var/cache/yum; rm -rf /var/cache/yum;
ENTRYPOINT ["/usr/bin/podman", "system", "service", "--time", "0", "unix:///run/podman/podman.sock"] ENTRYPOINT ["/usr/bin/podman", "system", "service", "--time", "0", "unix:///var/run/docker.sock"]