"description":"Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",
"description":"Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
},
},
"mobyBuildxVersion":{
"mobyBuildxVersion":{
"type":"string",
"type":"string",
"default":"0.12.0",
"default":"latest",
"description":"Install a specific version of moby-buildx when using Moby. (2024-02-09: Microsoft's Package Manifest has mismatching filesize and SHA for 0.12.1; default is last known good version)"
"description":"Install a specific version of moby-buildx when using Moby"
err "Packages for moby not available in OS ${ID}${VERSION_CODENAME} (${architecture}). To resolve, either: (1) set feature option '\"moby\": false' , or (2) choose a compatible OS version (eg: 'ubuntu-20.04')."
err "Packages for moby not available in OS ${ID}${VERSION_CODENAME} (${architecture}). To resolve, either: (1) set feature option '\"moby\": false' , or (2) choose a compatible OS version (eg: 'ubuntu-20.04')."
exit 1
exit 1
fi
fi
set-e
# Install compose
# Install compose
apt-get -yinstall--no-install-recommends moby-compose || err "Package moby-compose (Docker Compose v2) not available for OS ${ID}${VERSION_CODENAME} (${architecture}). Skipping."
apt-get -yinstall--no-install-recommends moby-compose || err "Package moby-compose (Docker Compose v2) not available for OS ${ID}${VERSION_CODENAME} (${architecture}). Skipping."
"description":"Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.",
"description":"Re-use the host docker socket, adding the Docker CLI to a container. Feature invokes a script to enable using a forwarded Docker socket within a container to run Docker commands.",
...
@@ -22,8 +22,8 @@
...
@@ -22,8 +22,8 @@
},
},
"mobyBuildxVersion":{
"mobyBuildxVersion":{
"type":"string",
"type":"string",
"default":"0.12.0",
"default":"latest",
"description":"Install a specific version of moby-buildx when using Moby. (2024-02-09: Microsoft's Package Manifest has mismatching filesize and SHA for 0.12.1; default is last known good version)"
"description":"Install a specific version of moby-buildx when using Moby"