Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
naofumi opened this issue Oct 2, 2024 · 2 comments

Comments

@naofumi
Copy link

naofumi commented Oct 2, 2024

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
Copy link
Collaborator

djmb commented Oct 2, 2024

#1030 should prevent this in future.

@djmb
Copy link
Collaborator

djmb commented Oct 2, 2024

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

@djmb djmb closed this as completed Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants