Skip to content
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

support schema1 push for quay? #113

Closed
glerchundi opened this issue Jun 4, 2018 · 6 comments
Closed

support schema1 push for quay? #113

glerchundi opened this issue Jun 4, 2018 · 6 comments

Comments

@glerchundi
Copy link

I'm getting an unexpected status: 415 Unsupported Media Type when trying to img push. Quay is being used for docker registry in case it matters.

[...]
DEBU[0002] push                                          digest="sha256:82d1aff55ac76ff19be39f01d5948cac0b673d16f502febe6c9a8f0841aa599e" mediatype=application/vnd.docker.distribution.manifest.v2+json size=1403
DEBU[0002] do request                                    digest="sha256:82d1aff55ac76ff19be39f01d5948cac0b673d16f502febe6c9a8f0841aa599e" mediatype=application/vnd.docker.distribution.manifest.v2+json request.headers="map[Accept:[application/vnd.docker.distribution.manifest.v2+json, *]]" request.method=HEAD size=1403 url="https://quay.io/v2/company/mycontainer/manifests/0aa921a"
DEBU[0002] fetch response received                       digest="sha256:82d1aff55ac76ff19be39f01d5948cac0b673d16f502febe6c9a8f0841aa599e" mediatype=application/vnd.docker.distribution.manifest.v2+json response.headers="map[Server:[nginx/1.13.12] Date:[Mon, 04 Jun 2018 21:45:42 GMT] Content-Type:[application/json] Content-Length:[82]]" size=1403 status="404 Not Found" url="https://quay.io/v2/company/mycontainer/manifests/0aa921a"
DEBU[0002] do request                                    digest="sha256:82d1aff55ac76ff19be39f01d5948cac0b673d16f502febe6c9a8f0841aa599e" mediatype=application/vnd.docker.distribution.manifest.v2+json request.headers="map[Content-Type:[application/vnd.docker.distribution.manifest.v2+json]]" request.method=PUT size=1403 url="https://quay.io/v2/company/mycontainer/manifests/0aa921a"
DEBU[0003] fetch response received                       digest="sha256:82d1aff55ac76ff19be39f01d5948cac0b673d16f502febe6c9a8f0841aa599e" mediatype=application/vnd.docker.distribution.manifest.v2+json response.headers="map[Server:[nginx/1.13.12] Date:[Mon, 04 Jun 2018 21:45:43 GMT] Content-Type:[application/json] Content-Length:[131]]" size=1403 status="415 Unsupported Media Type" url="https://quay.io/v2/company/mycontainer/manifests/0aa921a"
failed commit on ref "manifest-sha256:82d1aff55ac76ff19be39f01d5948cac0b673d16f502febe6c9a8f0841aa599e": unexpected status: 415 Unsupported Media Type
[...]

Any advice? Thanks!

@jessfraz
Copy link
Collaborator

jessfraz commented Jun 4, 2018 via email

@AkihiroSuda
Copy link
Collaborator

Duplicate: moby/buildkit#409

@glerchundi
Copy link
Author

glerchundi commented Jun 5, 2018 via email

@jessfraz
Copy link
Collaborator

jessfraz commented Jun 5, 2018

So yeah this is unfortunate that quay is still on v1... there are other registries but not with all those features for free... although I am unsure on docker hub product status... I think they have those things....

I host my own clair and registry but obviously that is not exactly fun or easy

@jessfraz jessfraz changed the title Unable to img push to quay.io Support schema1 push for quay? Jun 5, 2018
@jessfraz jessfraz changed the title Support schema1 push for quay? support schema1 push for quay? Jun 5, 2018
@jzelinskie
Copy link

I posted an update from the Quay side on the upstream issue tracked on buildkit.

@glerchundi
Copy link
Author

So yeah this is unfortunate that quay is still on v1... there are other registries but not with all those features for free... although I am unsure on docker hub product status... I think they have those things....

It is, although we've had outages the feature set was worth it.

I host my own clair and registry but obviously that is not exactly fun or easy

Wooooohoooo :D, I'll say it wasn't easy but probably was fun?

I posted an update from the Quay side on the upstream issue tracked on buildkit.

@jzelinskie do you mind to post here an status update when you publish something to play against?

@AkihiroSuda AkihiroSuda added the buildkit Moby BuildKit label Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants