Skip to content

Commit bb793e8

Browse files
authored
Merge pull request kubernetes#104245 from m-Bilal/fix-buildx-dependency-documentation
Fixes 104067; Explicitly states Docker CLI plugin buildx required for building using Docker
2 parents c2f9823 + 8fd3713 commit bb793e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Building Kubernetes is easy if you take advantage of the containerized build env
99
**Note**: You will want to set the Docker VM to have at least 8GB of initial memory or building will likely fail. (See: [#11852]( http://issue.k8s.io/11852)).
1010
* **Linux with local Docker** Install Docker according to the [instructions](https://docs.docker.com/installation/#installation) for your OS.
1111
* **Windows with Docker Desktop WSL2 backend** Install Docker according to the [instructions](https://docs.docker.com/docker-for-windows/wsl-tech-preview/). Be sure to store your sources in the local Linux file system, not the Windows remote mount at `/mnt/c`.
12-
**Note**: You will need to check if Docker CLI plugin buildx is properly installed. You can install buildx according to the [instructions](https://github.com/docker/buildx/blob/master/README.md#installing).
12+
13+
**Note**: You will need to check if Docker CLI plugin buildx is properly installed (`docker-buildx` file should be present in `~/.docker/cli-plugins`). You can install buildx according to the [instructions](https://github.com/docker/buildx/blob/master/README.md#installing).
14+
1315
2. **Optional** [Google Cloud SDK](https://developers.google.com/cloud/sdk/)
1416

1517
You must install and configure Google Cloud SDK if you want to upload your release to Google Cloud Storage and may safely omit this otherwise.

0 commit comments

Comments
 (0)