You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
For the postgres image (postgres), which has tags representing versions, the timestamps of the images are not in the same order as the versions.
For public images like this, and for people who version their own images, it'd be pretty useful to be able to filter on semver ranges like ^9.4. This would imply an ordering by version as well (i.e., using semver.LessThan` or whatever the library function is).
The text was updated successfully, but these errors were encountered:
For the postgres image (
postgres
), which has tags representing versions, the timestamps of the images are not in the same order as the versions.For public images like this, and for people who version their own images, it'd be pretty useful to be able to filter on semver ranges like
^9.4
. This would imply an ordering by version as well (i.e., using semver.LessThan` or whatever the library function is).The text was updated successfully, but these errors were encountered: