Differences From Artifact [7608cc9484]:
- File Dockerfile — part of check-in [260efac1da] at 2023-05-06 19:48:18 on branch trunk — Set permissions on /bin/fossil inside the container to 755, not 700. Docker doesn't care since it runs everything as virtual-root, but Podman does. Also, it complicates the extraction of a static binary since you probably didn't want it set to 700 root:root out on the host, too. (user: wyoung size: 4198) [more...]
To Artifact [2054fbcf2a]:
- File Dockerfile — part of check-in [72859937fa] at 2023-12-14 02:32:58 on branch trunk — Moved the default repo name from ENTRYPOINT to CMD to allow overriding with --repolist by those wanting that mode of operation. You cannot give both a repo name and this flag, as correctly pointed out by ckennedy [forum:/forumpost/da72faac39ad36bb | on the forum]. (user: wyoung size: 4207) [more...]
| ︙ | |||
79 80 81 82 83 84 85 | 79 80 81 82 83 84 85 86 87 88 89 90 91 | - + - + + | ## --------------------------------------------------------------------- ## RUN! ## --------------------------------------------------------------------- ENV PATH "/bin" EXPOSE 8080/tcp USER fossil |