cloudposse / atmos

👽 Terraform Orchestration Tool for DevOps. Keep environment configuration DRY with hierarchical imports of configurations, inheritance, and WAY more. Native support for Terraform and Helmfile.
https://atmos.tools
Apache License 2.0
719 stars 91 forks source link

Official container on DockerHub, AWS Public ECR #214

Open nitrocode opened 1 year ago

nitrocode commented 1 year ago

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Official docker container on dockerhub, ghcr with alpine or scratch

Expected Behavior

Run something like this for ghcr

$ docker run -it --rm \
  ghcr.io/cloudposse/atmos:v1.10.3 \
  1.10.3

Run the same for dockerhub so same above command except the image would be cloudposse/atmos:v1.10.3

Use Case

osterman commented 1 year ago

Good point. We should have that. I am down for it if you want to take a stab at it.

llpham14 commented 1 year ago

https://cloudposse.atlassian.net/browse/DEV-904