amusarra commented on a change in pull request #1160:
URL: https://github.com/apache/karaf/pull/1160#discussion_r475733066
##########
File path: assemblies/docker/Dockerfile
##########
@@ -16,7 +16,7 @@
# limitations under the License.
################################################################################
-FROM openjdk:8-jre
+FROM openjdk:11-ea-28-slim
Review comment:
Unfortunately the 8-jre alpine version for ARM does not work well on ARM
devices because it uses OpenJDK Zero. Of version 11 I only found this image
which also works on ARM devices. Since the original dockerfile referred to
OpenJDK I did not take into consideration other images such as adoptopenjdk
ones.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]