update
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jdk-noble
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
||||
LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks"
|
||||
LABEL org.opencontainers.image.licenses=AGPL
|
||||
|
||||
RUN apt update -y \
|
||||
&& apt install -y \
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:19-jdk-focal
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:21-jdk-noble
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:22-jdk-noble
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
|
||||
LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks"
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
||||
|
||||
RUN apt update -y \
|
||||
|
||||
Reference in New Issue
Block a user