From: Kirill A. Korinsky Subject: Re: sysutils/docker-cli: update to 25.0.3 To: "Kirill A. Korinsky" , Omar Polo , ports@openbsd.org Date: Mon, 12 Feb 2024 23:10:37 +0100 Hi Lucas, On Mon, 12 Feb 2024 18:53:26 +0100, Lucas Gabriel Vuotto wrote: > > Based on the deprecation, I believe it makes a lot of sense to make > docker-buildx a RDEP of docker-cli. > Agreed. > Question: given that Docker names buildx and compose as plugins in their > docs, like `docker-{buildx,compose}-plugin`, would it make sense to also > name our packages like that? I think that it is the right move for buildx, but not sure about compose. Historically docker-compose was a standalone application, and current version can be run as docker plugin, and as standalone application. Here I expect that user will try to install docker-compose as very common naming, and adding plugin may confuse. -- wbr, Kirill