kannon92 commented on code in PR #487:
URL: https://github.com/apache/yunikorn-k8shim/pull/487#discussion_r1034805431


##########
README.md:
##########
@@ -71,12 +77,12 @@ You can set `DOCKER_ARCH`, `REGISTRY` and `VERSION` in the 
commandline to build
 ```
 make image DOCKER_ARCH=amd64 REGISTRY=yunikorn VERSION=latest
 ```
-This command will build an amd64 binary executable with version `latest` and 
the docker image tag is `yunikorn/yunikorn:scheduler-latest`. If not specified, 
`DOCKER_ARCH` defaults to the build host's architecture.
+This command will build an amd64 binary executable with version `latest` and 
the docker image tag is `yunikorn/yunikorn:scheduler-amd64-latest`. If not 
specified, `DOCKER_ARCH` defaults to the build host's architecture.
 
 You can run following command to retrieve the meta info for a docker image 
build, such as component revisions, date of the build, etc.
 
 ```
-docker inspect --format='{{.Config.Labels}}' yunikorn/yunikorn:scheduler-latest
+docker inspect --format='{{.Config.Labels}}' 
yunikorn/yunikorn:scheduler-amd64-latest

Review Comment:
   I think this is ready for review whenever you can get a chance.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to