Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 804867 - app-containers/compose-cli - docker-compose v2
Summary: app-containers/compose-cli - docker-compose v2
Status: RESOLVED DUPLICATE of bug 834872
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-28 10:13 UTC by Tomáš Mózes
Modified: 2022-03-11 06:16 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2021-07-28 10:13:54 UTC
To try out locally:

mkdir -p ~/.docker/cli-plugins
wget 'https://github.com/docker/compose-cli/releases/download/v2.0.0-beta.6/docker-compose-linux-amd64' -O ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
Comment 1 Tomáš Mózes 2021-07-28 10:14:28 UTC
$ docker

...
Management Commands:
  builder     Manage builds
  compose*    Docker Compose (Docker Inc., v2.0.0-beta.6)
  config      Manage Docker configs
Comment 2 Joakim Tjernlund 2021-11-04 10:50:47 UTC
docker-compose 2.1.0 is out
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-10 03:58:14 UTC
Do you want the cloud thing mentioned at https://github.com/docker/compose-cli#warning-compose-v2-aka-local-docker-compose-has-moved or the real new version of docker-compose? (See the link)?
Comment 4 Tomáš Mózes 2022-03-10 11:06:53 UTC
(In reply to Sam James from comment #3)
> Do you want the cloud thing mentioned at
> https://github.com/docker/compose-cli#warning-compose-v2-aka-local-docker-
> compose-has-moved or the real new version of docker-compose? (See the link)?

I meant docker-compose https://github.com/docker/compose/tree/v2 used locally.
Comment 5 Sebastian Pipping gentoo-dev 2022-03-10 14:57:23 UTC
Hi! I came here from bug #834872.  My impression is that:
- compose-cli is about running things in the cloud rather than locally
- compose-cli was the home to local compose v2 code but no longer is
- compose-cli is not packaged in Gentoo

As a result I suggest we:
- Potentially close this ticket in favor of bug #834872 *if* everyone
  here is actually waiting for local compose v2 rather than the cloud
  integration.
- Rename the ticket to better reflect that this is (1) a packaging request
  and (2) get the v2 part out of the title to minimize confusion.

What do you think?
Comment 6 Tomáš Mózes 2022-03-11 06:16:32 UTC
Fully agreed.

*** This bug has been marked as a duplicate of bug 834872 ***