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

README should mention needing docker buildx plugin #1102

Open
dwilliss opened this issue Oct 10, 2023 · 0 comments
Open

README should mention needing docker buildx plugin #1102

dwilliss opened this issue Oct 10, 2023 · 0 comments

Comments

@dwilliss
Copy link

Desired Behavior

The build.sh script should work
The README should mention another prerequisite.

Contrast to Current Behavior

I was trying to run the build.sh script and getting an error saying that buildx is not a docker command.
I was able to find instructions on how to install this plugin:

  1. wget https://github.com/docker/buildx/releases/download/v0.4.1/buildx-v0.4.1.linux-amd64
  2. chmod a+x buildx-v0.4.1.linux-amd64
  3. mkdir -p ~/.docker/cli-plugins
  4. mv buildx-v0.4.1.linux-amd64 ~/.docker/cli-plugins/docker-buildx

Although these instructions are old and the current version (for now) is 0.11.2

Required Changes

Adding a section to the README along with the other prerequisites would help solve this issue.

Discussion: Benefits and Drawbacks

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant