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
5 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue