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 that only changes the entrypoint and chowns the env-File.
How can we reproduce the behavior
Run the container image as non-root, e.g. podman run --rm --user 99 taigaio/taiga-events:
./docker/entrypoint.sh: line 15: can't create /taiga-events/.env: Permission denied
Workarounds
Run the image as root.
The text was updated successfully, but these errors were encountered:
Describe the bug
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 that only changes the entrypoint and
chown
s the env-File.How can we reproduce the behavior
Run the container image as non-root, e.g.
podman run --rm --user 99 taigaio/taiga-events
:Workarounds
Run the image as root.
The text was updated successfully, but these errors were encountered: