Skip to content

Commit

Permalink
Update Dockerfile to use Temurin Java
Browse files Browse the repository at this point in the history
OpenJDK has been deprecated:
https://hub.docker.com/_/openjdk

DEPRECATION NOTICE
This image is officially deprecated and all users are recommended to find and use suitable replacements ASAP. Some examples of other Official Image alternatives (listed in alphabetical order with no intentional or implied preference):

amazoncorretto
eclipse-temurin
ibm-semeru-runtimes
ibmjava
sapmachine
See docker-library/openjdk#505 for more information.

The only tags which will continue to receive updates beyond July 2022 will be Early Access builds (which are sourced from jdk.java.net), as those are not published/supported by any of the above projects.
  • Loading branch information
jnewton03 committed Jul 18, 2022
1 parent 7c0dfe4 commit 48cdaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:11-jre-slim-buster
FROM eclipse-temurin:11-jre-focal

# Install GNUPG for package vefification and WGET for file download
RUN apt-get update \
Expand Down

0 comments on commit 48cdaa2

Please sign in to comment.