Skip to content

Run release-cli without root permissions

Summary

In Update Dockerfile to run as unprivileged user (!127 - merged) we tried to run the release-cli under the unprivileged user.

That caused sudo apk add curl is broken (#152 - closed), so we needed to revert.

We need to:

  1. figure out if running the release-cli under an unprivileged user is a common requirement
  2. if we want to do that, figure out a way to do that without breaking existing pipelines.