Skip to content

v0.60.9

Choose a tag to compare

@ulsklyc ulsklyc released this 04 Jun 08:07

Fixed

  • Start Oikos directly as the assigned user when the container is launched as a non-root user. The entrypoint switched to the node user with gosu, which only works when the container starts as root, so platforms that run the container under a fixed non-root user (and chown the volumes with a separate init step) could not start Oikos. The entrypoint now only fixes ownership and drops privileges when running as root, and otherwise runs directly as the assigned user. Normal Docker and Docker Compose deployments are unaffected.