You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to allow the image to run as non-root. Ideally with a random user (as required by OpenShift/OKD). I can prepare a pull request that changes the entrypoint to allow running the image as non-root.
How can we reproduce the behavior
Start the container as non-root (e.g. podman run --rm --user 999 taigaio/taiga-protected). The output will be like
Give permission to taiga:taiga
chown: changing ownership of '/taiga-protected/.coveragerc': Operation not permitted
[...]
Workarounds
Run the image as root.
The text was updated successfully, but these errors were encountered:
It would be great to allow the image to run as non-root. Ideally with a random user (as required by OpenShift/OKD). I can prepare a pull request that changes the entrypoint to allow running the image as non-root.
How can we reproduce the behavior
Start the container as non-root (e.g.
podman run --rm --user 999 taigaio/taiga-protected
). The output will be likeWorkarounds
Run the image as root.
The text was updated successfully, but these errors were encountered: