-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
pushing to Quay fails #698
Comments
code":"MANIFEST_INVALID",
"detail":{
"message":"manifest schema version not supported"
},
"message":"manifest invalid" I am suspecting your Quay only supports schema 1 and not schema 2. Is there a way to configure your registry to also accept schema 2? Related: #534 |
Seems like Quay still doesn't support schema 2: moby/buildkit#409 (comment)
|
There are no such options on Quay.io. |
Odd, but I get a different error when trying to build to quay.io: none of my layer pushes succeed.
|
Ah @warmuuh must be running against Quay Enterprise. My Otherwise this is a duplicate of #601. Will retitle slightly. (And unfortunately using OCI doesn't work against quay.io.) |
Duplicate of #601 |
yes, i am using quay enterprise. after changing to OCI, i get the same error
please close, if this is a duplicate |
Closing in favor of #601 |
Description of the issue:
if pushing an image to Quay v2.9.1, it responds with
Expected behavior:
push of image should be successful
Steps to reproduce:
running
mvn compile jib:build
on a project with jib-pluginEnvironment:
jib-maven-plugin
ConfigurationLog output:
Additional Information:
The text was updated successfully, but these errors were encountered: