Podman with Nexus proxy - unsupported schema version 2 #14447
Unanswered
ChrisitanAkerblom
asked this question in
Q&A
Replies: 3 comments 7 replies
-
@vrothberg PTAL |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
-
It is possible to workaround this problem with the following procedure:
I'm not sure that this is a problem with podman, but it would be good to continue the investigation further to find the root cause to the problem. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using podman 4.0.2 in an offgrid environment with a Nexus proxy behind an Artifactory. The Artifactory proxy is the only way to retrieve images from. Artifactory has no long term storage guaranteed for the images so I need the Nexus to store the downloaded images long term.
When I try to pull images I get the following error when going through the Nexus proxy, but not when only going through the Artifactory proxy:
Nexus contains json files for each image downloaded, latests and a sha256:xxxxx. The content in each of the json files contains:
"mediaType": "application\/vnd.docker.distribution.manifest.list.v2+json"
Can anyone give me some hints on how to fix this or further investigate why I get this error?
Beta Was this translation helpful? Give feedback.
All reactions