Docker Tag - Latest?

Not sure where the proper venue for posting this is, but it looks like the image tagged latest on dockerhub isn’t actually the v0.22.0 image. Was a bit confusing as a docker newbie to pull the latest image and have the app tell me it’s not current.

That’s strange. If you still have your terminal history (or that page open), what hash was tagged with latest when you checked?

$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
metabase/metabase v0.22.0 b19f80b66537 7 days ago 200.9 MB
metabase/metabase latest d6da9b697b2d 4 weeks ago 218.6 MB

ok, we’ve figured out the root case of the issue (incorrect tagging).

thanks for reporting this!