Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move symlink generation into the base Dockerfile #850

Open
1 task done
Justin-Walsh opened this issue Mar 20, 2024 · 1 comment · Fixed by #843
Open
1 task done

Move symlink generation into the base Dockerfile #850

Justin-Walsh opened this issue Mar 20, 2024 · 1 comment · Fixed by #843

Comments

@Justin-Walsh
Copy link
Contributor

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/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

@LukeButters
Copy link
Contributor

Release Note: Tentacle docker container now Supports readonlyrootfilesystem #850

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants