-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Encountering dockerd crash in buildkit #1867
Labels
Comments
Thanks. Opened containerd/containerd#4795 |
thaJeztah
added a commit
to thaJeztah/buildkit
that referenced
this issue
Dec 23, 2020
…7b654da0 full diff: containerd/containerd@0edc412...dc207b6 - Do not hardcode "amd64" on LCOW and Windows-related files - pkg/cri/server: remove dependency on libcontainer/apparmor, libcontainer/utils - Add annotations to task update request api - Fix package name in cri runtimeoptions protobuf - containerd-shim API exposed to host network containers - Optimize Windows and LCOW snapshotters to only create scratch layer on the final snapshot - Move to Go modules - Handle an image ref with scheme - runtime: should not send duplicate task exit event - [cri] don't clear base security settings - content: include the staleness of the lock when tryLock() fails - Update continuity - Use go-winio for applying tarballs - Allow configuration of different log formats: text, json - expose hostSupportsAppArmor() - [cri/config] : fix range iterator issue in ValidatePluginConfig - compression: add support for the zstd algorithm - remove "apparmor" build tag - ctr: FetchConfig: allow setting additional []containerd.RemoteOpt - Build on FreeBSD - contrib/apparmor: expose LoadDefaultProfile - ctr/commands/contents: expose ShowProgress - oci: expose getUserFromPath and getGIDFromPath - restart: allow passing existing log URI object - container_opts.go: add WithAdditionalContainerLabels - remove "selinux" build tag - pusher: add missing authentication support for requests - fix: pusher does not authenticate properly for gcr - docker: avoid concurrent map access panic - fix: remote: header reuse may lead to panic in http calls - relates to moby#1867 Encountering dockerd crash in buildkit - add check that snapshotter supports the image platform when unpacking - Add bounds on max oom_score_adj value for AdjustOOMScore - [cri] ensure log dir is created - Return GRPC not found error instead of plain one Signed-off-by: Sebastiaan van Stijn <[email protected]>
thaJeztah
added a commit
to thaJeztah/buildkit
that referenced
this issue
Dec 23, 2020
…7b654da0 full diff: containerd/containerd@0edc412...dc207b6 - Do not hardcode "amd64" on LCOW and Windows-related files - pkg/cri/server: remove dependency on libcontainer/apparmor, libcontainer/utils - Add annotations to task update request api - Fix package name in cri runtimeoptions protobuf - containerd-shim API exposed to host network containers - Optimize Windows and LCOW snapshotters to only create scratch layer on the final snapshot - Move to Go modules - Handle an image ref with scheme - runtime: should not send duplicate task exit event - [cri] don't clear base security settings - content: include the staleness of the lock when tryLock() fails - Update continuity - Use go-winio for applying tarballs - Allow configuration of different log formats: text, json - expose hostSupportsAppArmor() - [cri/config] : fix range iterator issue in ValidatePluginConfig - compression: add support for the zstd algorithm - remove "apparmor" build tag - ctr: FetchConfig: allow setting additional []containerd.RemoteOpt - Build on FreeBSD - contrib/apparmor: expose LoadDefaultProfile - ctr/commands/contents: expose ShowProgress - oci: expose getUserFromPath and getGIDFromPath - restart: allow passing existing log URI object - container_opts.go: add WithAdditionalContainerLabels - remove "selinux" build tag - pusher: add missing authentication support for requests - fix: pusher does not authenticate properly for gcr - docker: avoid concurrent map access panic - fix: remote: header reuse may lead to panic in http calls - relates to moby#1867 Encountering dockerd crash in buildkit - add check that snapshotter supports the image platform when unpacking - Add bounds on max oom_score_adj value for AdjustOOMScore - [cri] ensure log dir is created - Return GRPC not found error instead of plain one Signed-off-by: Sebastiaan van Stijn <[email protected]>
This has been brought in with containerd vendor |
This was referenced Aug 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seeing the following crash in dockerd, particularly when I'm building a large number of images concurrently. I'm unable to repro with buildkit disabled.
Please let me know if I can provide any further info or do any additional troubleshooting.
The text was updated successfully, but these errors were encountered: