plexsystems / sinker

A tool to sync images from one container registry to another
MIT License
609 stars 53 forks source link

Cannot find image on Harbor Registry #35

Closed hoihrig closed 4 years ago

hoihrig commented 4 years ago

When connecting to a Registry running Harbor , sinker is unable to check if an image exists as Harbor is returning a 404 NOT_FOUND instead of MANIFEST_UNKNOWN

Observed behaviour: time="2020-09-17T21:07:13+02:00" level=info msg="Finding images that need to be pushed ..." Error: push: image exists at remote: get image: GET https://harbor.myreg.org/v2/xyz/coreos/prometheus-operator/manifests/v0.38.0: NOT_FOUND: artifact xyz/coreos/prometheus-operator:v0.38.0 not found

Expected behaviour: Image gets pushed

jpreese commented 4 years ago

Resolved via #36. Available in v0.13.1.

Thanks @hoihrig !