unity-builder/dist
Paul Pacheco 9440c54d51
feat: work with rootless docker (#362)
Running docker currently mounts the docker.sock file into the container.
This was introduced in 2ab738c083 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:05:15 +02:00
..
BlankProject Initial Support for MacOS IL2CPP Builds (#326) 2022-02-02 10:15:37 +01:00
cloud-formations Cloud Runner v2 (#310) 2022-02-01 02:31:20 +00:00
default-build-script Initial Support for Windows Based Builds (#305) 2022-01-25 22:18:15 +01:00
platforms Update entrypoint.sh (#348) 2022-02-26 19:08:42 +01:00
exec-child.js Refactor action to typescript (#226) 2021-03-14 00:44:01 +01:00
index.js feat: work with rootless docker (#362) 2022-03-27 03:05:15 +02:00
index.js.map feat: work with rootless docker (#362) 2022-03-27 03:05:15 +02:00
licenses.txt Yarn dependencies upgrade & yarn lint update (#347) 2022-02-28 05:30:59 -06:00
sourcemap-register.js Yarn dependencies upgrade & yarn lint update (#347) 2022-02-28 05:30:59 -06:00
xhr-sync-worker.js Sync docs2 (#341) 2022-02-21 13:19:28 -06:00