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

feat(docker-volume): remove volume from dockerfile, no compliant with CIS benchmark #1135

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

lenglet-k
Copy link
Contributor

Which issue(s) this PR fixes:

Issue#8780

What this PR does / why we need it:

This remove volume /usr/local/bin define in dockerfile. In my case, longhorn-engine gets the permission denied error because the noexec option is propagated to the container automatically. in fact, my /var/ volume, used by containerd, has noexec option, with this option longhorn-manager is not allow to start because this option not allow the execution of executable binaries in the mounted filesystem

Special notes for your reviewer:

is this volume really used ?

Additional documentation or context

@innobead innobead merged commit 97548a2 into longhorn:master Jun 24, 2024
10 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.

2 participants