Skip to content

Commit cd6baa1

Browse files
vveidertkledkov
authored andcommitted
IGNITE-17108 Update Docker deliveries (#10070)
(cherry picked from commit 7b7a71c)
1 parent 0a7a446 commit cd6baa1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

deliveries/docker/apache-ignite/x86_64/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
# limitations under the License.
1616
#
1717

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

2122
# Settings
2223
ENV IGNITE_HOME /opt/ignite/apache-ignite
@@ -46,3 +47,4 @@ CMD $IGNITE_HOME/run.sh
4647

4748
# Container port exposure
4849
EXPOSE 11211 47100 47500 49112 10800 8080
50+

0 commit comments

Comments
 (0)