donlinglok commented on PR #2722: URL: https://github.com/apache/shenyu/pull/2722#issuecomment-1200945223
Hi, I am trying to pull the image from the [official docker hub](https://hub.docker.com/r/apache/shenyu-admin/tags). But seems both latest and 2.4.3 image of the admin and bootstrap container are marked as 'linux/**arm**64' only. And it runs fail on windows and ubuntu with 'linux/**amd**64'. I find this project has a GitHub Action to publish images to the docker hub, so I [forked the master branch and test the action](https://github.com/donlinglok/shenyu/runs/7607613939?check_suite_focus=true), below is the image I build, and run success on windows and ubuntu:  **_In conclusion, the official docker hub image may need to publish again._** Attached is the Github Action command log for your reference: ``` /usr/bin/docker buildx build --build-arg APP_NAME=apache-shenyu-*-admin-bin --iidfile /tmp/docker-build-push-Tdk9x6/iidfile --platform linux/amd64,linux/arm64 --tag ***/shenyuadmin:latest1 --tag ***/shenyuadmin:master --metadata-file /tmp/docker-build-push-Tdk9x6/metadata-file --push ./shenyu-dist/shenyu-admin-dist /usr/bin/docker buildx build --build-arg APP_NAME=apache-shenyu-*-bootstrap-bin --iidfile /tmp/docker-build-push-XBGOK5/iidfile --platform linux/amd64,linux/arm64 --tag ***/shenyubootstrap:latest1 --tag ***/shenyubootstrap:master --metadata-file /tmp/docker-build-push-XBGOK5/metadata-file --push ./shenyu-dist/shenyu-bootstrap-dist ``` -- 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]
