File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 155155 " boot_wait" : " 10s" ,
156156 " build_timestamp" : " {{timestamp}}" ,
157157 " cd_files" : " linux/base/*.nothing" ,
158+ " containerd_service_url" : " https://raw.githubusercontent.com/containerd/containerd/refs/tags/v{{user `containerd_version`}}/containerd.service" ,
159+ " containerd_url" : " https://github.com/containerd/containerd/releases/download/v{{user `containerd_version`}}/containerd-{{user `containerd_version`}}-linux-amd64.tar.gz" ,
158160 " containerd_version" : null,
159161 " cpus" : " 1" ,
160162 " crictl_version" : null,
163+ " crictl_url" : " https://github.com/kubernetes-sigs/cri-tools/releases/download/v{{user `crictl_version`}}/crictl-v{{user `crictl_version`}}-linux-amd64.tar.gz" ,
161164 " disk_compression" : " false" ,
162165 " disk_discard" : " unmap" ,
163166 " disk_image" : " false" ,
184187 " kubernetes_semver" : null,
185188 " kubernetes_series" : null,
186189 " kubernetes_source_type" : null,
190+ " runc_url" : " https://github.com/opencontainers/runc/releases/download/v{{user `runc_version`}}/runc.amd64" ,
191+ " runc_version" : null,
187192 " machine_id_mode" : " 444" ,
188193 " memory" : " 2048" ,
189194 " oem_id" : " " ,
You can’t perform that action at this time.
0 commit comments