-
Notifications
You must be signed in to change notification settings - Fork 635
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
nerdctl push images fails with unsupported media type error #3838
Comments
Hey @nx2804 Can you Also, what registry is that? Harbor? Distribution? Artifactory? Also, if you could rerun the command you are running with |
Both harbor and artifactory
…On Fri, 24 Jan 2025 at 1:19 PM, Apostasie ***@***.***> wrote:
Hey @nx2804 <https://github.com/nx2804>
Can you nerdctl info and nerdctl version?
Also, what registry is that? Harbor? Distribution? Artifactory?
—
Reply to this email directly, view it on GitHub
<#3838 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCAEUMGXM7VW35KDEB6FFND2MHV7TAVCNFSM6AAAAABVZCJBROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJRHA3TMMBVGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Both of the above ^ would help. Thanks. |
Client: Server: DEBU[0000] pushing digest="sha256:25e2e7fb27c4444cee9cccc0643befd31dbcc14821ce595943bc10304da28c53" image="serviceserver:88/library/pause:3.9" Server: |
From a glance: Alternatively, I would suggest you ask about that on your registry bug tracker. Meanwhile, I guess you can just push single platform images instead. |
I tried pushing only single images
…On Sat, 25 Jan 2025 at 1:59 AM, Apostasie ***@***.***> wrote:
From a glance: Manifest.list is not supported - your registry does not
support manifest list.
Is your registry version very outdated?
Alternatively, I would suggest you ask about that on your registry bug
tracker.
Meanwhile, I guess you can just push single platform images instead.
—
Reply to this email directly, view it on GitHub
<#3838 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCAEUMF6SU3PTI4HZDADYKL2MKPEFAVCNFSM6AAAAABVZCJBROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJTGMZDOOJVGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It does not look like it. |
nerdctl push serviceserver:88/nginx:latest
…On Sat, 25 Jan 2025 at 11:31 AM, Apostasie ***@***.***> wrote:
I tried pushing only single images
It does not look like it.
Which exact command did you run?
—
Reply to this email directly, view it on GitHub
<#3838 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCAEUMHVRC5Y5RA2BQD35BL2MMSB3AVCNFSM6AAAAABVZCJBROVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJTG44TSMJXGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I believe that ^ will push an OCI index. You should figure out if your registry version is outdated and/or contact the project making it to figure out why they would not accept oci index. |
(you might also want to give a try to containerd v2 instead of the v1 you are using) |
Description
Hi Team,
i am using nerdctl tag and push images to the repository it fails with following error. Kindly suggest on this
FATA[0000] failed commit on ref "index-sha256:25e2e7fb27c4444cee9cccc0643befd31dbcc14821ce595943bc10304da28c53": unexpected status from PUT request to http://serviceserver:88/v2/library/pause/manifests/3.9: 415 Unsupported Media Type
Steps to reproduce the issue
Describe the results you received and expected
FATA[0000] failed commit on ref "index-sha256:25e2e7fb27c4444cee9cccc0643befd31dbcc14821ce595943bc10304da28c53": unexpected status from PUT request to http://serviceserver:88/v2/library/pause/manifests/3.9: 415 Unsupported Media Type
What version of nerdctl are you using?
2.1
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
No response
The text was updated successfully, but these errors were encountered: