diff --git a/docs/kmesh_compile-zh.md b/docs/kmesh_compile-zh.md index 4fd3ed741..3f55a6189 100644 --- a/docs/kmesh_compile-zh.md +++ b/docs/kmesh_compile-zh.md @@ -19,7 +19,7 @@ Kmesh需要在拥有Kmesh内核增强特性的Linux环境中编译构建。当 注意:kmesh-build镜像需要和源码版本相匹配 ```bash - docker pull ghcr.io/kmesh-net/kmesh-build-x86:latest + docker pull ghcr.io/kmesh-net/kmesh-build:latest ``` ### 源码编译 diff --git a/docs/kmesh_compile.md b/docs/kmesh_compile.md index c22b6b079..488026adb 100644 --- a/docs/kmesh_compile.md +++ b/docs/kmesh_compile.md @@ -19,7 +19,7 @@ The Kmesh needs to be compiled and built in the Linux environment with the Kmesh Note: The `kmesh-build` image needs to match the version of the source code. ``` - docker pull ghcr.io/kmesh-net/kmesh-build-x86:latest + docker pull ghcr.io/kmesh-net/kmesh-build:latest ``` ### build from source diff --git a/docs/kmesh_deploy_and_develop_in_kind.md b/docs/kmesh_deploy_and_develop_in_kind.md index e0c65f353..da7b19431 100644 --- a/docs/kmesh_deploy_and_develop_in_kind.md +++ b/docs/kmesh_deploy_and_develop_in_kind.md @@ -79,7 +79,7 @@ You can follow the steps below to develop in kind: + Build your docker image locally: ```shell - docker build --build-arg arch=amd64 -f build/docker/kmesh.dockerfile -t $image_name . + docker build -f build/docker/kmesh.dockerfile -t $image_name . ``` You should specify the `image_name`.