-
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
fix: allow pushing images with different arch/os to docker daemon #4268
Conversation
jib-core/src/integration-test/java/com/google/cloud/tools/jib/api/JibIntegrationTest.java
Outdated
Show resolved
Hide resolved
Notes on
Unable to reproduce locally with
|
[Update on CI] Splitting the test methods up into separate test classes no longer causes the builds to be stuck. Ready for another round of review. |
Thanks for the fix folks! As we are seeing someone reporting something similar in Quarkus, would it be possible to know an approximate timeline for a release of |
should https://github.com/GoogleContainerTools/jib/blob/master/docs/faq.md#how-do-i-specify-a-platform-in-the-manifest-list-or-oci-index-of-a-base-image be updated? It still says "Does not support pushing to a Docker daemon" |
Fixes #4265
jib/jib-core/src/main/java/com/google/cloud/tools/jib/builder/steps/PullBaseImageStep.java
Line 225 in b06b001