Logic for checking isImageSharable #2808
Unanswered
Shubhranshu153
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running command:
nerdctl build . --platform vs docker build . --platform has a different behaviour
With nerdctl it falls back to type docker/oci which leads it to export a tar file and then loading the image, this has a significant performance impact.
Checking the logic of:
is it possible this is mapping too many conditional for is-shareable? This is creating some unintended behavior and delays due to tar creation
Logic in docker for setting exporter type to "image"
Thank You
Beta Was this translation helpful? Give feedback.
All reactions