unity-test-runner/dist
Paul Pacheco f87ed30c30
feat: work with rootless docker (#175)
Running docker currently mounts the docker.sock file into the container.
This was introduced in d6c937fe37 but
there is no explanation provided.

The docker.sock file is only needed if we want to run docker inside the container
to create other images or start other containers.
I searched through the code and I did not find any such use.

In particular, on fedora this gives permission denied because docker.sock
is owned by root and the container runs under an unprivileged user.
One has to change the permissions of docker.sock
(which is actually a link to /run/podman/podman.sock) to be writeable by the user.

If we don't need to use docker inside the containers,  then we can remove this file,
thus we can run this GitHub action as an unprivileged user out of the box.
2022-03-27 03:03:16 +02:00
..
steps Refactor to typescript (#158) 2022-01-11 05:52:29 -06:00
Dockerfile Refactor to typescript (#158) 2022-01-11 05:52:29 -06:00
entrypoint.sh Refactor to typescript (#158) 2022-01-11 05:52:29 -06:00
index.js feat: work with rootless docker (#175) 2022-03-27 03:03:16 +02:00
index.js.map feat: work with rootless docker (#175) 2022-03-27 03:03:16 +02:00
licenses.txt Updated GitHub dependencies to restore checks functionality (#159) 2022-01-11 07:44:47 -06:00
results-check-details.hbs Refactor to typescript (#158) 2022-01-11 05:52:29 -06:00
results-check-summary.hbs Refactor to typescript (#158) 2022-01-11 05:52:29 -06:00
sourcemap-register.js Refactor to typescript (#158) 2022-01-11 05:52:29 -06:00