Use Eclipse Termium images instead of OpenJDK images (#34)

Co-authored-by: softwarenoob <admin@softwarenoob.com>
This commit is contained in:
Noelle 2023-01-08 18:38:22 -08:00 committed by GitHub
parent 30fce34694
commit 9c9a26669e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View file

@ -28,7 +28,7 @@
# #
# @see https://github.com/McModLauncher/modlauncher/issues/91 # @see https://github.com/McModLauncher/modlauncher/issues/91
FROM --platform=$TARGETOS/$TARGETARCH openjdk:11.0.13-slim FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:11.0.13_8-jdk-focal
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"

View file

@ -20,7 +20,8 @@
# SOFTWARE. # SOFTWARE.
# #
FROM --platform=$TARGETOS/$TARGETARCH openjdk:16-slim FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:16-jdk-focal
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"

View file

@ -20,7 +20,7 @@
# SOFTWARE. # SOFTWARE.
# #
FROM --platform=$TARGETOS/$TARGETARCH openjdk:17-slim FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jdk-jammy
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"

View file

@ -20,7 +20,7 @@
# SOFTWARE. # SOFTWARE.
# #
FROM --platform=$TARGETOS/$TARGETARCH openjdk:18-slim FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:18-jdk-jammy
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"

View file

@ -28,7 +28,7 @@
# #
# @see https://github.com/McModLauncher/modlauncher/issues/91 # @see https://github.com/McModLauncher/modlauncher/issues/91
FROM --platform=$TARGETOS/$TARGETARCH openjdk:8u312-slim FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:8u312-b07-jdk-focal
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"