mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-27 04:11:50 +01:00
https://redirect.github.com/containerd/containerd/releases/tag/v2.1.1 Fixes https://github.com/advisories/GHSA-cm76-qm8v-3j95 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
19 lines
376 B
TOML
19 lines
376 B
TOML
version = 3
|
|
|
|
disabled_plugins = [
|
|
"io.containerd.differ.v1.erofs",
|
|
"io.containerd.internal.v1.tracing",
|
|
"io.containerd.snapshotter.v1.blockfile",
|
|
"io.containerd.snapshotter.v1.erofs",
|
|
"io.containerd.ttrpc.v1.otelttrpc",
|
|
"io.containerd.tracing.processor.v1.otlp",
|
|
]
|
|
|
|
imports = [
|
|
"/etc/cri/conf.d/cri.toml",
|
|
]
|
|
|
|
[debug]
|
|
level = "info"
|
|
format = "json"
|