Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file container/Makefile version 9e10ba9819
2024-03-30
| ||
22:47 | Added info on the change to user services to fslsrv's readme check-in: 0d88add55a user: tangent tags: trunk | |
2024-03-20
| ||
15:26 | Small fix to previous check-in: 07f937c919 user: tangent tags: trunk | |
15:23 | Switched from mounting the fslsrv volumes with Podman's :U flag to running it with UID=0 but in --nojail mode. This causes it to map root inside the container to the real user ID outside, avoiding the need to chown anything in the mounted-in volumes. We get UID=1000 outside but UID=0 inside without playing any ugly uidmap games. check-in: 3fa14bdf28 user: tangent tags: trunk | |
2024-02-28
| ||
18:12 | Clarity pass on bin/README.md. check-in: e18b2ca045 user: tangent tags: trunk | |
2024-02-26
| ||
21:03 | Updated the fslsrv readme to track recent developments check-in: 36addca1b6 user: tangent tags: trunk | |
20:41 | Removed the dependence on running the Fossil container as root by mapping the volumes in with Podman's "U" flag. That was all that was necessary to close the gap. check-in: 01c34ea437 user: tangent tags: trunk | |
2023-12-14
| ||
03:14 | Added explicit repo name in fslsrv since it is no longer part of ENTRYPIONT in the upstream Dockerfile. check-in: 5a0588bddb user: tangent tags: trunk | |
2023-07-14
| ||
06:26 | Switched build commands over to the shorter versions now that buildx is the default. check-in: 7890006be4 user: tangent tags: trunk | |