add openj9 image to test

As requested in the pterodactyl repo someone is asking for a openj9 java image.
This commit is contained in:
Michael PArker 2019-07-22 06:17:44 -04:00
parent f68870db50
commit c323e93830

View File

@ -3,7 +3,7 @@
# Environment: Java (glibc support) # Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0 # Minimum Panel Version: 0.6.0
# ---------------------------------- # ----------------------------------
FROM openjdk:8-jre-slim FROM adoptopenjdk/openjdk8-openj9:debian-slim
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"