Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate compose into docker repositories #8011

Closed
tarfeef101 opened this issue Dec 24, 2020 · 4 comments
Closed

Integrate compose into docker repositories #8011

tarfeef101 opened this issue Dec 24, 2020 · 4 comments

Comments

@tarfeef101
Copy link

Problem

docker-compose is updated fairly regularly, but since the method of distribution (especially in mainstream distros like ubuntu/debian, rhel) is just "download it from github and put it into your path", it's difficult to keep up to date.

Proposed Solution

Docker already maintains repos at https://download.docker.com/linux/ for distributing the core components of Docker. It'd be fantastic if compose was included in there, so we can use our package managers to keep up to date.

Alternatives

Efforts could be made to keep packages in distro's main repos (e.g. I believe AUR for arch has someone maintaining a compose package), or users could be expected to script their own methods to keep things up to date in the current setup. These are not as ideal though, in my opinion.

@ndeloof
Copy link
Contributor

ndeloof commented Jun 17, 2021

With Compose v2 implemented as a CLI plugin, we should be able to get compose included in the docker-ce system packaging, like we do for other official CLI plugins

@MAFLO321
Copy link

MAFLO321 commented Dec 1, 2021

@ndeloof any updates on this?

@ndeloof
Copy link
Contributor

ndeloof commented Dec 1, 2021

I'm only maintainer on docker/compose, I'm not involved in docker-ce packaging.
Maybe @thaJeztah can give us an update?

@ndeloof ndeloof closed this as completed Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants