[
https://issues.apache.org/jira/browse/TINKERPOP-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17613824#comment-17613824
]
ASF GitHub Bot commented on TINKERPOP-2808:
-------------------------------------------
cole-bq commented on PR #1821:
URL: https://github.com/apache/tinkerpop/pull/1821#issuecomment-1270896699
> 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.
Yes Oracle openjdk is the only option in the apk repository. I made a
trivial attempt at using sdkman for the image but I ran into problems with it.
If there is enough interest in using temurin or corretto I could look into it
further but for now Oracle is the easiest and simplest option.
> 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)