Also remove containers.conf because it disables cgroups for some reason
All checks were successful
Build-and-publish podman-in-docker / build-and-push (push) Successful in 27s

This commit is contained in:
2026-02-08 01:15:35 +03:00
parent faabdf616d
commit 8bad558531

View File

@@ -23,6 +23,7 @@ RUN set -e; \
RUN set -e; \ RUN set -e; \
touch /etc/containers/nodocker; \ touch /etc/containers/nodocker; \
rm -f /etc/containers/storage.conf; rm -f /etc/containers/storage.conf; \
rm -f /etc/containers/containers.conf;
ENTRYPOINT ["/usr/bin/podman", "system", "service", "--time", "0", "unix:///var/run/docker.sock"] ENTRYPOINT ["/usr/bin/podman", "system", "service", "--time", "0", "unix:///var/run/docker.sock"]