Deprecated?
mijndert opened this issue · 4 comments
In the README for this repository you tell us to pull thelounge/lounge:latest.
This page tells me thelounge/lounge is deprecated https://hub.docker.com/r/thelounge/lounge/ and we should use https://hub.docker.com/r/thelounge/thelounge/ instead.
In the documentation for the new one you tell us to pull latest, but latest is not a valid tag there and only the development build is available.
Can you clarify which build is actually the one to use?
with 3.0, the name has been changed to thelounge
everywhere. as 3.0 isn't released yet, there is no latest tag for thelounge
. If you don't want to run prereleases (which generally are considered stable), its just fine to the lounge:latest
to get the 2.7.1 version. once 3.0 is released however, you should switch over to thelounge
.
Thanks for the clarification.
I do think this should be more clear in the README though.
Thanks @mijndert. You're right, it is quite unclear. I took a few shortcuts when updating the docs in preparation for the v3 release and these were one of them. I've updated the thelounge/lounge
Dockerhub descriptions now, do you think it's clearer now or could they be improved?
@williamboman this works! Thank you very much.