ERROR "mediaType": "Invalid literal value, expected \"application/vnd.docker.distribution.manifest.v2+json\"" #35525
Unanswered
isaac-moses
asked this question in
Request Help
Replies: 2 comments
-
Are the manifests otherwise compatible? |
Beta Was this translation helpful? Give feedback.
0 replies
-
it seems your builder is creating a wrong manifest list. you should update the tool to create a conform oci manifest list. the docker types are deprecated in favor of the oci media types. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
I am using Renovate GitHub Action on GitHub Enterprise Server and I recently updated my docker build for my images in a private artifactory repository to support multi-arch.
Since then, renovate is failing to update image with the below error:
I did a
skopeo inspect
on my image and here'e the output:I was going through the renovate code and the issue is with these lines of codes:
Link
manifests.mediaType
should be an ENUM withapplication/vnd.docker.distribution.manifest.v2+json
&application/vnd.oci.image.manifest.v1+json
instead of just a literal of former.Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions