mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-09 20:21:53 +01:00
b388078a3e
Containerd in e2e image was using native one in ubuntu, it should be updated to the latest release. Signed-off-by: danfengliu <danfengl@vmware.com>
13 lines
358 B
TOML
13 lines
358 B
TOML
[plugins]
|
|
[plugins.cri]
|
|
stream_server_address = ""
|
|
stream_server_port = "10010"
|
|
enable_selinux = false
|
|
sandbox_image = ""
|
|
stats_collect_period = 10
|
|
systemd_cgroup = false
|
|
[plugins.cri.containerd]
|
|
snapshotter = "native"
|
|
[plugins.cri.containerd.default_runtime]
|
|
runtime_type = "io.containerd.runtime.v1.linux"
|