This should make it easier to change downstream builds to change the scope. Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com> Upstream-commit: 72406691244c12d5360889f8658bd4989b588364 Component: packaging
12 lines
323 B
JSON
12 lines
323 B
JSON
{
|
|
"image": "docker.io/${ENGINE_IMAGE}",
|
|
"imagePath": "/var/lib/docker-engine/engine.tar",
|
|
"namespace":"docker",
|
|
"args": [
|
|
"--containerd", "/run/containerd/containerd.sock",
|
|
"--default-runtime", "containerd",
|
|
"--add-runtime", "containerd=runc"
|
|
],
|
|
"scope": "${ENGINE_SCOPE}"
|
|
}
|