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
I have found a bug that the documentation does not mention anything about my problem
I have found a bug that there are no open or closed issues that are related to my problem
I have provided version/information about my environment and done my best to provide a reproducer
Description of bug
Bug description
I'm building image with buildkit and nerdctl, and everything was ok before. But when I tried to build an image with large size( > 12G), the building progress always got interrupted when it's "sending tarball".
Contributing guidelines and issue reporting guide
Well-formed report checklist
Description of bug
Bug description
I'm building image with buildkit and nerdctl, and everything was ok before. But when I tried to build an image with large size( > 12G), the building progress always got interrupted when it's "sending tarball".
Reproduction
nerdctl
:nerdctl run --network host -d --name mybuilder \ -v cgroup:/sys/fs/cgroup:ro \ -v /var/lib/buildkit:/var/lib/buildkit \ -v /var/lib/containerd:/var/lib/containerd \ -v /run/containerd/containerd.sock:/run/containerd/containerd.sock \ -v /etc/buildkitd.toml:/etc/buildkit/buildkitd.toml \ -v /run/buildkit:/run/buildkit \ --privileged --dns-opt attempts:3 moby/buildkit:v0.20.1 --allow-insecure-entitlement network.host --allow-insecure-entitlement=network.host --config /etc/buildkit/buildkitd.toml;
nerdctl
orbuildctl
or
client:
buildkitd container logs:
Version information
Buildkit: tried moby/buildkit:v0.20.1 and moby/buildkit:v0.17.0
The text was updated successfully, but these errors were encountered: