mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-10 17:01:27 +01:00
Build base image step should be in build package workflow, and local base images build by new step should be removed since images have been pushed to docker hub. 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"
|