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

Container image runs pipelinewise as root user #1053

Open
aairey opened this issue Dec 19, 2022 · 0 comments
Open

Container image runs pipelinewise as root user #1053

aairey opened this issue Dec 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@aairey
Copy link
Contributor

aairey commented Dec 19, 2022

Describe the bug
It is a bad practice to run services as root within a container, we should drop the elevated privileges and run as a normal user.

To Reproduce
Steps to reproduce the behavior:

  1. Start the docker cotnainer from the official image
  2. run whoami in the container

Expected behavior
Application should run as non-root user.

Screenshots
n/a

Your environment

  • Version of PipelineWise: latest

Additional context
n/a

@aairey aairey added the bug Something isn't working label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant