-
Notifications
You must be signed in to change notification settings - Fork 231
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
Comments
It might be the version of the registry buildkit is using
…On Mon, Jun 4, 2018 at 5:50 PM Gorka Lerchundi Osa ***@***.***> wrote:
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!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#113>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABYNbI9frdayzXOnREcXSrhrmYQBuKhtks5t5aukgaJpZM4UZ1q1>
.
--
Jessie Frazelle
4096R / D4C4 DD60 0D66 F65A 8EFC 511E 18F3 685C 0022 BFF3
pgp.mit.edu <http://pgp.mit.edu/pks/lookup?op=get&search=0x18F3685C0022BFF3>
|
Duplicate: moby/buildkit#409 |
Ok, maybe it’s time for a change. Close if you think this is not eligible
for an upstream fix. Maybe the solution should came from quay.
Off-Topic but what do you use as an alternative? My requirements are:
vulnerability scanning and being able to push with an awesome tool called
img 😉.
Thanks!
…On Tue, 5 Jun 2018 at 01:47, Akihiro Suda ***@***.***> wrote:
Duplicate: moby/buildkit#409 <moby/buildkit#409>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACIPlqur-j647A6qIDpsIM8copaJaPCkks5t5ccLgaJpZM4UZ1q1>
.
|
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 |
I posted an update from the Quay side on the upstream issue tracked on buildkit. |
It is, although we've had outages the feature set was worth it.
Wooooohoooo :D, I'll say it wasn't easy but probably was fun?
@jzelinskie do you mind to post here an status update when you publish something to play against? |
I'm getting an
unexpected status: 415 Unsupported Media Type
when trying toimg push
. Quay is being used for docker registry in case it matters.Any advice? Thanks!
The text was updated successfully, but these errors were encountered: