You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docker] Add Debian Trixie to the docker-in-docker and docker-outside-of-docker distro lists (#1442)
* Add Debian Trixie to the docker-* distro list
* Grammar
* Fix Microsoft signing keys for Debian Trixie in docker-*
* Test docker installation on debian trixie
* Handle possibly missing moby package in docker-outside-of-docker installation
* Remove trixie test with `moby: true`
---------
Co-authored-by: Álvaro Rausell Guiard <[email protected]>
"description": "Create child containers *inside* a container, independent from the host's docker instance. Installs Docker extension in the container along with needed CLIs.",
if [[ "${DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES}"!=*"${VERSION_CODENAME}"* ]];then
200
201
err "Unsupported distribution version '${VERSION_CODENAME}'. To resolve, either: (1) set feature option '\"moby\": false' , or (2) choose a compatible OS distribution"
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')."
312
+
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-24.04')."
"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.",
if [[ "${DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES}"!=*"${VERSION_CODENAME}"* ]];then
207
207
err "Unsupported distribution version '${VERSION_CODENAME}'. To resolve, either: (1) set feature option '\"moby\": false' , or (2) choose a compatible OS distribution"
apt-get -y install --no-install-recommends ${cli_package_name}${cli_version_suffix}"${buildx[@]}"|| { err "It seems 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-24.04').";exit 1 ; }
306
309
apt-get -y install --no-install-recommends moby-compose ||echo"(*) Package moby-compose (Docker Compose v2) not available for OS ${ID}${VERSION_CODENAME} (${architecture}). Skipping."
0 commit comments