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

#4324 - Allow configuring UID GID etc in Kubernetes #4325

Merged

Conversation

reckart
Copy link
Member

@reckart reckart commented Nov 26, 2023

What's in the PR

  • Adjust launch script to not try to fix file ownership and drop privileges when container is already not running as root
  • Added additional VOLUME declarations in Dockerfile for tmp and log folders so the container can run with a read-only root filesystem (hopefully)
  • Added a very very very very basic documentation on how one might consider using Kubernetes

How to test manually

  • Try running in Kubernetes
  • Try running normally using docker run

Automatic testing

  • PR includes unit tests

Documentation

  • PR updates documentation

- Adjust launch script to not try to fix file ownership and drop privileges when container is already not running as root
- Added additional VOLUME declarations in Dockerfile for tmp and log folders so the container can run with a read-only root filesystem (hopefully)
- Added a very very very very basic documentation on how one might consider using Kubernetes
@reckart reckart added the ⭐️ Enhancement New feature or request label Nov 26, 2023
@reckart reckart self-assigned this Nov 26, 2023
@reckart reckart mentioned this pull request Nov 27, 2023
2 tasks
@reckart reckart merged commit 6b11325 into release/29.x Nov 29, 2023
1 check passed
@reckart reckart deleted the feature/4324-Allow-configuring-UID-GID-etc-in-Kubernetes branch November 29, 2023 20:24
@reckart reckart added this to the 30.0 milestone Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐️ Enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant