-
Notifications
You must be signed in to change notification settings - Fork 798
New issue
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
Skopeo Tag v1.16.0 Manifest errors on pull-through with podman #2416
Comments
Thanks for reaching out. I think this needs to be diagnosed server-side, on whatever the blanked-out server is. “not found: repo quay/skopeo/stable, tag not found” (including the double-space after “tag”, suggesting maybe an empty tag) is a text returned by the server. The skopeo images are re-generated daily ( compare https://quay.io/repository/skopeo/stable?tab=history ), so it’s possible that the mirror / pull-through state got out of sync, maybe removing a per-arch component and not updating the top level yet, or keeping the top level and trying to pull through to an already-removed image, or something like that. See also https://github.com/containers/image_build/blob/main/README.md about the moving tags. Note to self: The server seems to be Harbor, compare goharbor/harbor#20764 and containers/image#2203 . |
Thanks for the answer, I will try to work on this with the admins of the registry. |
FWIW, for these changing images, you might want to capture
|
Hii, FYI: The image 1.16.1 is working. Thanks for helping, have a great time. |
Thanks for the update. |
In our project environment, we use a harbour registry with a pull-through mirror function to clone images to us accordingly.
Now we are in the process of updating our dependencies and one of them is Skopeo.
If we pull the image with docker from a Macbook with --platform linux/amd64 it works perfectly.
If we do this with podman on a Linux machine, we get an error message that something is not found.
According to the operator of our registry it seems to be a problem in the manifest from the original repo.
Image: skopeo/stable:v1.16.0
For further questions, please write.
I am happy about any help
Best regards
CubexsOne
The text was updated successfully, but these errors were encountered: