basecamp / kamal

Deploy web apps anywhere.
https://kamal-deploy.org
MIT License
10.6k stars 408 forks source link

ghcr.io/basecamp/kamal:latest points to v1.9.1 : unable to use Kamal 2 with the docker command #1029

Closed naofumi closed 1 day ago

naofumi commented 2 days ago

As shown in the link and screenshot below, currently ghcr.io/basecamp/kamal:latest points to v1.9.1

As a result, when I try to use Kamal using Docker and the command below, I get v1.9.1

alias kamal='docker run -it --rm -v "${PWD}:/workdir" -v "/run/host-services/ssh-auth.sock:/run/host-services/ssh-auth.sock" -e SSH_AUTH_SOCK="/run/host-services/ssh-auth.sock" -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/basecamp/kamal:latest'

https://github.com/basecamp/kamal/pkgs/container/kamal

image
djmb commented 2 days ago

https://github.com/basecamp/kamal/pull/1030 should prevent this in future.

djmb commented 1 day ago

I've released v2.1.0 which has reclaimed the latest tag and merged #1030 to prevent this happening in future 👍