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 dockerfile #843

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

Justin-Walsh
Copy link
Contributor

@Justin-Walsh Justin-Walsh commented Mar 18, 2024

Background

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. Baking it into the docker build step, removes this need.

How to review this PR

Quality ✔️

Pre-requisites

  • I have read How we use GitHub Issues for help deciding when and where it's appropriate to make an issue.
  • I have considered informing or consulting the right people, according to the ownership map.
  • I have considered appropriate testing for my change.

Fixes: #850

@Justin-Walsh Justin-Walsh requested a review from a team as a code owner March 18, 2024 13:26
@LukeButters LukeButters enabled auto-merge (squash) March 19, 2024 22:22
@LukeButters LukeButters merged commit 8022083 into OctopusDeploy:main Mar 19, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move symlink generation into the base Dockerfile
2 participants