Skip to content

2021.08.1

Compare
Choose a tag to compare
@bittrance bittrance released this 19 Aug 08:36
· 47 commits to main since this release
1c2871c

This release changes how you are expected to use the tools container. Previously, the container set up an internal user with ID 1000 and you were expected to provide a files system with this ID. This release removes the internal user and instead assumes you docker run --user the container. This removes the ID dependency and also resolves the permissions issues that resulted from Docker creating the mount point as root.