The tags on the Medley docker images on Docker Hub are not very useful (they are the shortref to the corresponding github commit). In particular, they contain no date information and DockerHub is terrible at showing you the dates of images (e.g., using "last month" for anything created more than 30 days and less than 60 days ago).
Our dockerhub repo would be a lot easier to use if we included a date in the tags. Probably would make most sense to do a combo tag with date and short-ref since there are cases where you might indeed want to correlate the image with the github commit. The date should come first in any combined tag to allow easy sorting by date.
Could also multi-tag each image with the date and well as the short-ref.