File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ controller:
4747 # -- Pause/Resume snapshot configuration
4848 snapshot :
4949 # -- Image used for commit operations (must contain nerdctl tool)
50- imageCommitterImage : " image-committer:dev"
50+ # DockerHub: opensandbox/image-committer:v0.1.0
51+ imageCommitterImage : " sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/image-committer:v0.1.0"
5152 # -- Containerd socket path of host
5253 containerdSocketPath : " /var/run/containerd/containerd.sock"
5354 # -- Timeout duration for commit jobs
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ opensandbox-controller:
99 logLevel : info
1010 replicaCount : 1
1111 snapshot :
12- imageCommitterImage : image-committer:dev
12+ # DockerHub: opensandbox/image-committer:v0.1.0
13+ imageCommitterImage : sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/image-committer:v0.1.0
1314 commitJobTimeout : 10m
1415 registry : " "
1516 registryInsecure : false
You can’t perform that action at this time.
0 commit comments