estesp / manifest-tool

Command line tool to create and query container image manifest list/indexes
Apache License 2.0
737 stars 92 forks source link

`manifest-tool -v` return 2.1.2 on instead 2.1.3 #242

Closed tricktron closed 9 months ago

tricktron commented 9 months ago

Minor issue/nitpick: The manifest version is hardcoded and you forgot to update it for the release 2.1.3.

This breaks our minimal test in nixpkgs (a functional package manager) which checks if the version matches😄. Maybe there is a way to inject the version dynamically from the git tag. I'll try to come up with a pr.