mirror of
https://github.com/pterodactyl/yolks.git
synced 2025-12-10 15:22:49 -06:00
Use Eclipse Termium images instead of OpenJDK images (#34)
Co-authored-by: softwarenoob <admin@softwarenoob.com>
This commit is contained in:
parent
30fce34694
commit
9c9a26669e
@ -28,7 +28,7 @@
|
||||
#
|
||||
# @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"
|
||||
|
||||
|
||||
@ -20,7 +20,8 @@
|
||||
# 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"
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
# 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"
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
# 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"
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
#
|
||||
# @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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user