You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The imagebuild example is much slower than the docker cli. For a relatively small build (docker cli reports 25.15MB of build context) which is fully cached, the docker cli takes around 0.27 seconds and imagebuild.rs takes 0m1.352s. I haven't profiled it, but output takes much longer to appear for imagebuild.rs and my suspicion is that the tarball operation might be the cause:
The
imagebuild
example is much slower than the docker cli. For a relatively small build (docker cli reports 25.15MB of build context) which is fully cached, the docker cli takes around0.27
seconds andimagebuild.rs
takes0m1.352s
. I haven't profiled it, but output takes much longer to appear forimagebuild.rs
and my suspicion is that the tarball operation might be the cause:shiplift/src/image.rs
Line 124 in 9750d29
The text was updated successfully, but these errors were encountered: