Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
Remove JDK 15 from default image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Mar 19, 2021
1 parent aec4b35 commit 076afa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ RUN apt-get update \
&& echo "sdkman_insecure_ssl=true" >> $SDKMAN_DIR/etc/config

ARG JDK8_VERSION=8.0.282.hs-adpt
ARG JDK15_VERSION=15.0.2.hs-adpt
ARG JDK16_VERSION=16.0.0.hs-adpt
ARG DEFAULT_JDK_VERSION=11.0.10.hs-adpt

RUN bash -c ". $SDKMAN_DIR/bin/sdkman-init.sh \
&& sdk install java $JDK8_VERSION \
&& sdk install java $JDK15_VERSION \
&& sdk install java $JDK16_VERSION \
&& sdk install java $DEFAULT_JDK_VERSION \
&& sdk flush archives \
Expand Down

0 comments on commit 076afa2

Please sign in to comment.