Skip to content

Commit 8232800

Browse files
authored
Merge pull request #1278 from ndeloof/compose_buildx
Compose requires Buildx 0.17 or later
2 parents 33fd879 + 1e3f15a commit 8232800

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deb/common/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Homepage: https://github.com/docker/buildx
107107
Package: docker-compose-plugin
108108
Priority: optional
109109
Architecture: linux-any
110-
Recommends: docker-buildx-plugin
110+
Recommends: docker-buildx-plugin (>= 0.17.0)
111111
Enhances: docker-ce-cli
112112
Description: Docker Compose (V2) plugin for the Docker CLI.
113113
This plugin provides the 'docker compose' subcommand.

rpm/SPECS/docker-compose-plugin.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Vendor: Docker
1313
Packager: Docker <support@docker.com>
1414

1515
Enhances: docker-ce-cli
16-
Recommends: docker-buildx-plugin
16+
Recommends: docker-buildx-plugin >= 0.17.0
1717

1818
BuildRequires: bash
1919

0 commit comments

Comments
 (0)