[
https://issues.apache.org/jira/browse/TINKERPOP-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17613804#comment-17613804
]
ASF GitHub Bot commented on TINKERPOP-2808:
-------------------------------------------
spmallette commented on PR #1821:
URL: https://github.com/apache/tinkerpop/pull/1821#issuecomment-1270769955
nice - people have definitely been asking for this.
> Oracle openjdk 11 was chosen as it is already maintained in the APK
community repository
it sounded like there wasn't based on what you wrote in the description of
the PR, but i'll ask again...was there any other option besides Oracle
openjdk?
I once tried to change our docker image to use what i use on my system:
https://sdkman.io/ which would then let us easy install whatever jdk, maven,
etc. that we wanted. love that thing. i can't remember what problems I had but
it never worked right. that might be a nice little thing to do if it's easy.
not saying it necessarily needs to be done on this PR, but I guess I'd thought
most devs moved on from Oracle JDK at this point and i thought temurin/corretto
were what folks gravitated to.
> Improve Compatibility on ARM machines
> -------------------------------------
>
> Key: TINKERPOP-2808
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2808
> Project: TinkerPop
> Issue Type: Improvement
> Reporter: Cole Greer
> Priority: Major
>
> The docker images for gremlin-server and gremlin-console both use
> adoptopenjdk/openjdk11:alpine-slim as the base image. This image only
> supports x86_64 which creates build problems for ARM users, and once build
> issues have been overcome it still forces ARM users to run the container
> through emulation which has a significant performance penalty.
> [TINKERPOP-2584|https://issues.apache.org/jira/browse/TINKERPOP-2584] is a
> related issue which is preventing the console from running in ARM
> environments.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)