Formatting

This commit is contained in:
decentral1se 2021-08-08 19:07:35 +02:00
parent e4687405c0
commit 5e63b39311
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,12 @@
# tagcmp
Comparison operations for image tags. Because registries aren't doing this for
us 🙄 This library is helpful if you're aiming to use only "stable" and
"semver-like" tags and want to be able to do things like compare them, find
which tags are more recent, sort them and other types of comparisons.
us 🙄
A best-effort implementation which follows the wisdom of [Renovate].
This library is helpful if you're aiming to use only "stable" and "semver-like"
tags and want to be able to do things like compare them, find which tags are
more recent, sort them and other types of comparisons. This is a best-effort
implementation which follows the wisdom of [Renovate].
> Docker doesn't really have versioning, instead it supports "tags" and these
> are usually used by Docker image authors as a form of versioning ... It's