cloudposse / geodesic

🚀 Geodesic is a DevOps Linux Toolbox in Docker
https://cloudposse.com/accelerate
Apache License 2.0
937 stars 119 forks source link

Publish "latest" image to Docker hub #842

Closed Nuru closed 1 year ago

Nuru commented 1 year ago

what & why

Since Geodesic v1.8.0 we have published Docker images to public.ecr.aws/cloudposse/geodesic as well as Docker hub cloudposse/geodesic. However, due to a bug in our script, the latest tag was only being pushed to public.ecr.aws and Docker hub latest was stuck at 1.7.0-alpine.

When Geodesic v2.0.0 was released, we started tagging the Debian image as latest instead of the Alpine image, but due to the above bug, that only affected the public.ecr.aws repo, not the Docker hub rep. With this release, we restore updates of the latest tag to Docker hub, and consequently shift latest from Alpine to Debian there, too.

references