Hey guys. Does anyone use gcloud cli on the Atlant...
# atlantis-community
v
Hey guys. Does anyone use gcloud cli on the Atlantis docker image? if so, how are you guys installing it? I am having some issue to get it properly installed on my end. I am running Atlantis in AWS (ECS)
you can leverage the entrypoint
if you add a little bash scrip and mount it on that directory on the container, it will install whatever you want
v
Interesting. Let me try that
👍🏽 1
It kinda worked like that but for some reason it forces atlantis to request for additional parameters:
Copy code
Configuration complete; ready for start up
Error: --gh-user/--gh-token or --gh-app-id/--gh-app-key-file or --gh-app-id/--gh-app-key or --gitlab-user/--gitlab-token or --bitbucket-user/--bitbucket-token or --azuredevops-user/--azuredevops-token must be set
However, if I do a separated entrypoint script, it installs as expected. I just to fix the PATH so atlantis user can actually run gcloud
p
yes
v
It started just fine on ECS, so I try to use your method, Pepe. Thanks a lot, will play around with it a bit more
✅ 1