concourse / registry-image-resource

a resource for images in a Docker registry
Apache License 2.0
89 stars 107 forks source link

Try to fix malform version for check command #328

Closed xtremerui closed 1 year ago

xtremerui commented 1 year ago

This PR bumps go-containerregistry and adds a nil check before returning version digest, in hoping to fix https://github.com/concourse/registry-image-resource/issues/327.

The latest go-containerregistry seems reduce un-necessary API call so I can clean up some tests, which should help rate-limit problem.

xtremerui commented 1 year ago

will merge this into master and test the latest concourse/registry-image:dev in production CI