myesn opened a new issue #3163: URL: https://github.com/apache/incubator-shenyu/issues/3163
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Docker-Compose file: [master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/stand-alone-mysql/docker-compose.yaml](https://github.com/apache/incubator-shenyu/blob/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/stand-alone-mysql/docker-compose.yaml) Operation system version: ```bash ubuntu@ubuntu:~/apache-shenyu/shenyu-master$ uname -a Linux ubuntu 5.4.0-1055-raspi #62-Ubuntu SMP PREEMPT Wed Mar 2 14:43:34 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux ``` Running on raspberry 4b(arm64): ```bash ubuntu@ubuntu:~/apache-shenyu/shenyu-master$ docker-compose up -d Pulling db (docker.io/mysql:5.7)... 5.7: Pulling from library/mysql 5.7: Pulling from library/mysql ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries ``` ### Expected Behavior Make it work, thanks. ### Steps To Reproduce An error occurs after executing the following command: ```bash curl https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh | bash -s master mysql ``` ### Environment ```markdown ShenYu version(s): 2.4.2 ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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]
