You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
When mounting an image if 401 is returned by the registry ggcr does not try to do the upload of the bits instead.
There is some logic already to try and retry without mounting, but that only happens when ggcr is doing cross-registry mounts. code in here
To Reproduce
Create 1 image on a repository that needs authentication
Without login try to copy that image to a different repository on the same registry (this should try to mount the blob)
Expected behavior
Our expectation is that this retry would happen also when there was a 401
Version of module 0.14.0
Registry used (e.g., GCR, ECR, Quay): Harbor
The text was updated successfully, but these errors were encountered:
Hi @jonjohnsonjr! We are still facing this issue. Since both the repositories exists on the same registry, uploading is not retried without mount because of this (origin != w.repo.RegistryStr()) condition.
Describe the bug
A clear and concise description of what the bug is.
When mounting an image if 401 is returned by the registry ggcr does not try to do the upload of the bits instead.
There is some logic already to try and retry without mounting, but that only happens when ggcr is doing cross-registry mounts. code in here
To Reproduce
Expected behavior
Our expectation is that this retry would happen also when there was a 401
The text was updated successfully, but these errors were encountered: