sky-uk / osprey

Kubernetes OIDC CLI login
BSD 3-Clause "New" or "Revised" License
49 stars 17 forks source link

Run as a nonroot user by default #85

Closed mattburgess closed 1 year ago

mattburgess commented 1 year ago

Run as nobody. While here, upgrade to the latest version of Alpine, which also lets us simplify the Dockerfile slightly as ca-certificates and openssl are already installed by default. Also bump Go dependencies to latest versions.

For sky-uk/core-aws#4391