We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://quay.io/repository/jetstack/cert-manager-cainjector, there are many other tags in addition to semver tags.
Example output:
Image Current Latest Behind quay.io/jetstack/cert-manager-cainjector v1.4.0 8.0.0-b0a39a5 7
There's no actual 8.0.0-b0a39a5 tag, but the 8b0a39a5 tag is parsed as semver. I thought #20 should catch this, but somehow it failed in this case.
8.0.0-b0a39a5
8b0a39a5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In https://quay.io/repository/jetstack/cert-manager-cainjector, there are many other tags in addition to semver tags.
Example output:
There's no actual
8.0.0-b0a39a5
tag, but the8b0a39a5
tag is parsed as semver. I thought #20 should catch this, but somehow it failed in this case.The text was updated successfully, but these errors were encountered: