We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7040dd2 + 4ff191b commit 1cca0b3Copy full SHA for 1cca0b3
1 file changed
install.sh
@@ -554,7 +554,10 @@ do_install() {
554
pkgs="$pkgs docker-compose-plugin docker-ce-rootless-extras$pkg_version"
555
fi
556
if version_gte "23.0"; then
557
- pkgs="$pkgs docker-buildx-plugin docker-model-plugin"
+ pkgs="$pkgs docker-buildx-plugin"
558
+ fi
559
+ if version_gte "28.2"; then
560
+ pkgs="$pkgs docker-model-plugin"
561
562
if ! is_dry_run; then
563
set -x
0 commit comments