basecamp / kamal

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

Kamal Alias for MacOS points to 1.9.1 #1014

Closed robertritz closed 3 days ago

robertritz commented 3 days ago

I just tried upgrading a site to Kamal 2.0 and the alias in the documentation points to an image with 1.9.1. Are there updated images?

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'
jeremy commented 3 days ago

The latest tag is lagging, indeed, because 1.9.1 was pushed more recently. /cc @djmb

Use the v2.0.0 tag for now.

robertritz commented 3 days ago

Gotcha!