-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Team
- I've assigned a team label to this issue
What happened?
We symlink Tentacle into /usr/local/bin in the configure tentacle script, which runs at container start. For users running the container in a readonlyrootfilesystem security context, this means that they need to use a volume mount or other convoluted setup for this one file.
Reproduction
- Run the Tentacle in a
readonlyrootfilesystem(with/home/tentacleand/etc/octopusas volume mounts - Start container
- 💥
Error and Stacktrace
`ln: failed to create symbolic link '/usr/bin/tentacle': Read-only file system`More Information
No response
Workaround
No response