terraform-gce-atlantis icon indicating copy to clipboard operation
terraform-gce-atlantis copied to clipboard

docs: cloudinit might fail if you bring your own Docker image

Open bschaatsbergen opened this issue 2 years ago • 3 comments

Cloudinit performs a chown with the uid 100 (atlantis user) on the GCE Persistent Disk mount path - we should document this so that users are aware that when handrolling their own Docker image.

bschaatsbergen avatar Jan 07 '23 12:01 bschaatsbergen

This needs to be tested with a Docker image that's not using Atlantis as a base (as the base image sets the atlantis user to uid 100), but just installs the binary.

bschaatsbergen avatar Jan 07 '23 16:01 bschaatsbergen

Exposing the script would be a good escape hatch for people using non standard docker images

nitrocode avatar Jan 27 '23 00:01 nitrocode

This is addressed by @d-costa in #131

bschaatsbergen avatar Jan 05 '24 21:01 bschaatsbergen