apache / shenyu

Apache ShenYu is a Java native API Gateway for service proxy, protocol conversion and API governance.
https://shenyu.apache.org/
Apache License 2.0
8.41k stars 2.92k forks source link

[BUG] Docker images run failed in arm architecture #2719

Closed JooKS-me closed 2 years ago

JooKS-me commented 2 years ago

Is there an existing issue for this?

Current Behavior

image

Expected Behavior

No response

Steps To Reproduce

No response

Environment

ShenYu version(s): 2.4.1 or latest in master

Debug logs

No response

Anything else?

The base image java:openjdk-8-jre-alpine can't support arm architecture.

JooKS-me commented 2 years ago

And java in docker hub is deprecated.

image

We use openjdk:8-jre-alpine maybe better.