All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Docker Compose v2 released
@ 2021-10-01 11:10 Christian Stewart via buildroot
  2021-10-06 13:34 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Stewart via buildroot @ 2021-10-01 11:10 UTC (permalink / raw)
  To: Buildroot Mailing List

Hi all,

Docker Compose v2 was released. It's a rewrite in Go (from Python).

https://github.com/docker/compose

The changes for Buildroot will need to be (for backwards compat):

 - docker-compose: switch to go package
 - docker-compose: depend on docker-cli
 - install docker-compose binary to /usr/libexec/docker/cli-plugins
 - install https://github.com/docker/compose-switch to /usr/bin/docker-compose

The new command is "docker compose" with a CLI plugin, and
compose-switch fills in for the old "docker-compose" binary.

I'll have a look at making these changes soon.

Thanks,
Christian Stewart
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Buildroot] Docker Compose v2 released
  2021-10-01 11:10 [Buildroot] Docker Compose v2 released Christian Stewart via buildroot
@ 2021-10-06 13:34 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-10-06 13:34 UTC (permalink / raw)
  To: Christian Stewart via buildroot

>>>>> "Christian" == Christian Stewart via buildroot <buildroot@buildroot.org> writes:

 > Hi all,
 > Docker Compose v2 was released. It's a rewrite in Go (from Python).

 > https://github.com/docker/compose

 > The changes for Buildroot will need to be (for backwards compat):

 >  - docker-compose: switch to go package
 >  - docker-compose: depend on docker-cli
 >  - install docker-compose binary to /usr/libexec/docker/cli-plugins
 >  - install https://github.com/docker/compose-switch to /usr/bin/docker-compose

 > The new command is "docker compose" with a CLI plugin, and
 > compose-switch fills in for the old "docker-compose" binary.

 > I'll have a look at making these changes soon.

Thanks. I haven't found time (or run into any serious issues making it
more urgent) to bump docker-compose for a long time.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-06 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-01 11:10 [Buildroot] Docker Compose v2 released Christian Stewart via buildroot
2021-10-06 13:34 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.