Skip to content

Commit

Permalink
IGNITE-17108 Update Docker deliveries (apache#10070)
Browse files Browse the repository at this point in the history
  • Loading branch information
vveider authored Sep 7, 2022
1 parent f67fada commit 7b7a71c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deliveries/docker/apache-ignite/x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
# limitations under the License.
#

# Start from Java 8 based on Alpine Linux image (~5Mb)
FROM openjdk:8-jre-alpine
# Start from Java 8 based on Alpine Linux image
ARG JDK_VERSION=8
FROM eclipse-temurin:${JDK_VERSION}-jre-alpine

# Settings
ENV IGNITE_HOME /opt/ignite/apache-ignite
Expand Down Expand Up @@ -46,3 +47,4 @@ CMD $IGNITE_HOME/run.sh

# Container port exposure
EXPOSE 11211 47100 47500 49112 10800 8080

0 comments on commit 7b7a71c

Please sign in to comment.