crossplane / crossplane-runtime

A set of libraries for writing Crossplane controllers.
https://crossplane.io
Apache License 2.0
144 stars 95 forks source link

Don't drop privs to ubuntu before running Renovate #727

Closed negz closed 1 month ago

negz commented 1 month ago

Description of your changes

It seems like earthly bootstrap can talk to docker, but earthly +go-generate can't. My best guess is this is because we bootstrap as root, then try to run earthly as ubuntu.

I have:

Need help with this checklist? See the cheat sheet.