Package: containerd / 1.7.24~ds1-6
Metadata
Package | Version | Patches format |
---|---|---|
containerd | 1.7.24~ds1-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 disable windows support in ctr metric.patch | (download) |
cmd/ctr/commands/tasks/metrics.go |
79 1 + 78 - 0 ! |
disable windows support in ctr metric |
0002 disable runhcs option in cri config.patch | (download) |
pkg/cri/sbserver/helpers.go |
6 0 + 6 - 0 ! |
disable runhcs option in cri config |
0003 Disable opentelemetry.patch | (download) |
services/server/server.go |
13 2 + 11 - 0 ! |
disable opentelemetry go.opentelemetry.io/contrib is not packaged. |
0005 go.mod github.com containerd go runc v1.1.0.patch | (download) |
sys/reaper/reaper_unix.go |
8 8 + 0 - 0 ! |
go.mod: github.com/containerd/go-runc v1.1.0 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> |
0006 Add Debian specific CNI bin dir to ctr run command.patch | (download) |
cmd/ctr/commands/run/run.go |
2 1 + 1 - 0 ! |
add debian specific cni bin dir to ctr run command |
0007 Allow running tests with unshare 1.patch | (download) |
pkg/cri/sbserver/podsandbox/sandbox_run_linux_test.go |
5 4 + 1 - 0 ! |
allow running tests with unshare(1) Last-Updated: 2024-06-11 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070411 |
0009 Skip some tests that fail in Debian.patch | (download) |
integration/container_exec_test.go |
2 2 + 0 - 0 ! |
skip some tests that fail in debian |
0010 Avoid dependency on component base.patch | (download) |
go.mod |
1 0 + 1 - 0 ! |
avoid dependency on component-base only used for integration tests |
0011 Add missing sources for containerd zfs aufs.patch | (download) |
vendor/github.com/containerd/aufs/.golangci.yml |
22 22 + 0 - 0 ! |
add missing sources for containerd/{zfs,aufs} |
0012 stub cri api RuntimeConfig.patch | (download) |
pkg/cri/instrument/instrumented_service.go |
9 9 + 0 - 0 ! |
add "unimplemented" stubs for runtimeconfig method required by new k8s upstream "cri-api" |
0013 CVE 2024 40635.patch | (download) |
oci/spec_opts.go |
24 20 + 4 - 0 ! |
validate uid/gid (cherry picked from commit 11504c3fc5f45634f2d93d57743a998194430b82) |