Team
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/tentacle and /etc/octopus as 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
Team
What happened?
We symlink Tentacle into
/usr/local/binin the configure tentacle script, which runs at container start. For users running the container in areadonlyrootfilesystemsecurity context, this means that they need to use a volume mount or other convoluted setup for this one file.Reproduction
readonlyrootfilesystem(with/home/tentacleand/etc/octopusas volume mountsError and Stacktrace
`ln: failed to create symbolic link '/usr/bin/tentacle': Read-only file system`More Information
No response
Workaround
No response