From 1e3f15ab1e826dc306d00b1991bbbe7cf27c09d5 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Wed, 22 Oct 2025 10:30:30 +0200 Subject: [PATCH] Compose requires Buildx 0.17 or later Signed-off-by: Nicolas De Loof --- deb/common/control | 2 +- rpm/SPECS/docker-compose-plugin.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/common/control b/deb/common/control index 0a77af5816..6bcf8469cf 100644 --- a/deb/common/control +++ b/deb/common/control @@ -107,7 +107,7 @@ Homepage: https://github.com/docker/buildx Package: docker-compose-plugin Priority: optional Architecture: linux-any -Recommends: docker-buildx-plugin +Recommends: docker-buildx-plugin (>= 0.17.0) Enhances: docker-ce-cli Description: Docker Compose (V2) plugin for the Docker CLI. This plugin provides the 'docker compose' subcommand. diff --git a/rpm/SPECS/docker-compose-plugin.spec b/rpm/SPECS/docker-compose-plugin.spec index e9e45cca84..d81e8df67c 100644 --- a/rpm/SPECS/docker-compose-plugin.spec +++ b/rpm/SPECS/docker-compose-plugin.spec @@ -13,7 +13,7 @@ Vendor: Docker Packager: Docker Enhances: docker-ce-cli -Recommends: docker-buildx-plugin +Recommends: docker-buildx-plugin >= 0.17.0 BuildRequires: bash