You are not logged in.

#1 2023-04-25 11:45:48

scippio
Member
Registered: 2007-01-02
Posts: 74

[SOLVED] docker-buildx

It would be nice to have executable in this package: https://archlinux.org/packages/communit … er-buildx/

something like:

ln -s /usr/lib/docker/cli-plugins/docker-buildx /usr/local/bin/docker-buildx

in package install?

Last edited by scippio (2023-11-20 19:22:33)


Sorry for my English...

Offline

#2 2023-04-25 11:58:48

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,407
Website

Re: [SOLVED] docker-buildx

Please open a feature request (or general gripe) against the package on the bug tracker -- the chances of the maintainer a) frequenting the forums, and b) seeing this thread, are tiny.

Closing, for deletion. moving to NC as it seems this is a misunderstanding of how docker works.

Last edited by WorMzy (2023-04-25 12:00:46)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#3 2023-04-25 11:59:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: [SOLVED] docker-buildx

Not going to work -- checking other plugins this might work anyway, but even in that case doing a feature request on the bugs.archlinux.org tracker will be the way to do it, docker cli plugins extend the standard docker command so you should be able to simply do

docker buildx ...

with that installed. If you wanted an "executable" make a personal shell alias/wrapper script for docker-buildx.

Last edited by V1del (2023-04-25 12:15:50)

Offline

#4 2023-04-25 14:09:34

scippio
Member
Registered: 2007-01-02
Posts: 74

Re: [SOLVED] docker-buildx

V1del wrote:

Not going to work -- checking other plugins this might work anyway, but even in that case doing a feature request on the bugs.archlinux.org tracker will be the way to do it, docker cli plugins extend the standard docker command so you should be able to simply do

docker buildx ...

with that installed. If you wanted an "executable" make a personal shell alias/wrapper script for docker-buildx.

Oh I see!

...
Management Commands:
  builder     Manage builds
  buildx*     Docker Buildx (Docker Inc., 0.10.4)
  compose*    Docker Compose (Docker Inc., 2.17.2)
...

Sorry for my English...

Offline

Board footer

Powered by FluxBB