[ 
https://issues.apache.org/jira/browse/IGNITE-16481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17504044#comment-17504044
 ] 

Atharva Lonkar commented on IGNITE-16481:
-----------------------------------------

Hi, [~vveider] 

Sorry for the inconvenience.

Below is the requested patch from the root of the master branch.
{code:none}
diff --git a/deliveries/docker/apache-ignite/s390x/Dockerfile 
b/deliveries/docker/apache-ignite/s390x/Dockerfile
index 34314d8741..8b2bb77b7b 100644
--- a/deliveries/docker/apache-ignite/s390x/Dockerfile
+++ b/deliveries/docker/apache-ignite/s390x/Dockerfile
@@ -17,16 +17,16 @@
 
 
 # Base Image
-FROM  s390x/ubuntu:18.04
+FROM  s390x/ubuntu:20.04
 
 # Dockerfile variables
 ARG IGNITE_VER
 
 # Set Environment Variables
-ENV JAVA_HOME="/opt/jdk-11.0.7+10"
+ENV JAVA_HOME="/opt/jdk-11.0.14.1+1"
 ENV IGNITE_HOME="/opt/apache-ignite-${IGNITE_VER}-bin"
 ENV PATH="${JAVA_HOME}/bin:/opt/apache-ignite-${IGNITE_VER}-bin/bin:${PATH}"
-ENV JDK_FILE="OpenJDK11U-jdk_s390x_linux_openj9_11.0.7_10_openj9-0.20.0.tar.gz"
+ENV JDK_FILE="ibm-semeru-open-jdk_s390x_linux_11.0.14.1_1_openj9-0.30.1.tar.gz"
 
 # The Author
 LABEL maintainer="LoZ Open Source Ecosystem 
(https://www.ibm.com/community/z/usergroups/opensource)"
@@ -44,8 +44,8 @@ RUN apt-get update && \
     apt-get -y clean autoremove && \
     rm -rf /var/lib/apt/lists/*
 
-# Download AdoptOpenJDK 8
-RUN wget 
https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.7%2B10_openj9-0.20.0/${JDK_FILE}
 && \
+# Download JDK 11
+RUN wget 
https://github.com/ibmruntimes/semeru11-binaries/releases/download/jdk-11.0.14.1%2B1_openj9-0.30.1/${JDK_FILE}
 && \
     tar xvf ${JDK_FILE} && \
     rm -rf ${JDK_FILE}
 

{code}

> Docker image not available for apache ignite(v2.12.0) on s390x architecture.
> ----------------------------------------------------------------------------
>
>                 Key: IGNITE-16481
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16481
>             Project: Ignite
>          Issue Type: Wish
>    Affects Versions: 2.12, 2.11.1
>            Reporter: Atharva Lonkar
>            Assignee: Petr Ivanov
>            Priority: Major
>              Labels: docker
>         Attachments: patch.diff
>
>
> Hi team,
> We wanted an update regarding the Apache ignite v2.12.0 image for s390x 
> architecture. As per this issue 
> (https://issues.apache.org/jira/browse/IGNITE-14017), community had published 
> ignite image for v2.11.0 on [docker 
> hub|https://hub.docker.com/r/apacheignite/ignite/tags]
> If there are any blockers, we are willing to offer our support.
> Thanks.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to