Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
The uid of the atlantis
user is inconsistent between the Alpine and Debian Docker images. This causes confusion, especially when using EFS storage where the Atlantis user uid and gid need to be specified.
- Alpine atlantis uid:
100
- Debian atlantis uid:
1000
Reproduction Steps
> docker run -it ghcr.io/runatlantis/atlantis:v0.27.0-alpine /bin/bash
No files found in /docker-entrypoint.d/, skipping
35b5e044d9f8:/$ id
uid=100(atlantis) gid=1000(atlantis) groups=1000(atlantis)
> docker run -it ghcr.io/runatlantis/atlantis:v0.27.0-debian /bin/bash
No files found in /docker-entrypoint.d/, skipping
atlantis@60eb0755faae:/$ id
uid=1000(atlantis) gid=1000(atlantis) groups=1000(atlantis)