myesn commented on issue #3166: URL: https://github.com/apache/incubator-shenyu/issues/3166#issuecomment-1092438695
@JooKS-me Please check the following content: ``` ubuntu@ubuntu:~/shenyu/docker$ ls ubuntu@ubuntu:~/shenyu/docker$ curl https://raw.githubusercontent.com/apache/incubator-shenyu/v2.4.2/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh | bash -s v2.4.2 mysql % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2229 100 2229 0 0 67 0 0:00:33 0:00:33 --:--:-- 564 current version: v2.4.2 current storage: mysql download docker-compose configuration download mysql-connector.jar % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2275k 100 2275k 0 0 1010k 0 0:00:02 0:00:02 --:--:-- 1010k download shenyu-admin of configuration % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1102 100 1102 0 0 640 0 0:00:01 0:00:01 --:--:-- 639 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4585 100 4585 0 0 9188 0 --:--:-- --:--:-- --:--:-- 9188 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2788 100 2788 0 0 5632 0 --:--:-- --:--:-- --:--:-- 5620 download shenyu-bootstrap of configuration % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 14 100 14 0 0 6 0 0:00:02 0:00:02 --:--:-- 6 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4589 100 4589 0 0 11443 0 --:--:-- --:--:-- --:--:-- 11443 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4361 100 4361 0 0 11012 0 --:--:-- --:--:-- --:--:-- 10984 Creating network "shenyu-v242_default" with the default driver Pulling db (docker.io/mysql:5.7)... 5.7: Pulling from library/mysql ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries ubuntu@ubuntu:~/shenyu/docker$ tree . └── shenyu-v2.4.2 ├── docker-compose.yaml ├── docker-compose.yamlr ├── shenyu-admin │ ├── conf │ │ ├── application-mysql.yml │ │ ├── application.yml │ │ └── logback.xml │ ├── ext-lib │ │ └── mysql-connector.jar │ └── logs └── shenyu-bootstrap ├── conf │ ├── application-local.yml │ ├── application.yml │ └── logback.xml └── logs 8 directories, 9 files ``` -- 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]
