From 55651658504a42978612bc8c090864c564c6ef6e Mon Sep 17 00:00:00 2001 From: gOOvER Date: Sun, 4 Aug 2024 17:06:35 +0200 Subject: [PATCH] upgrade images to noble --- java/corretto/11/Dockerfile | 2 +- java/corretto/16/Dockerfile | 2 +- java/corretto/17/Dockerfile | 2 +- java/corretto/18/Dockerfile | 2 +- java/corretto/19/Dockerfile | 2 +- java/corretto/20/Dockerfile | 2 +- java/corretto/21/Dockerfile | 2 +- java/corretto/8/Dockerfile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/java/corretto/11/Dockerfile b/java/corretto/11/Dockerfile index fd8e8fa..4d586fb 100644 --- a/java/corretto/11/Dockerfile +++ b/java/corretto/11/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:noble LABEL author="Torsten Widmann" maintainer="info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" diff --git a/java/corretto/16/Dockerfile b/java/corretto/16/Dockerfile index c7f7915..897fa97 100644 --- a/java/corretto/16/Dockerfile +++ b/java/corretto/16/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:noble LABEL author="Torsten Widmann" maintainer="info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" diff --git a/java/corretto/17/Dockerfile b/java/corretto/17/Dockerfile index c025a52..0773728 100644 --- a/java/corretto/17/Dockerfile +++ b/java/corretto/17/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:noble LABEL author="Torsten Widmann" maintainer="info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" diff --git a/java/corretto/18/Dockerfile b/java/corretto/18/Dockerfile index 0f00eea..77f646f 100644 --- a/java/corretto/18/Dockerfile +++ b/java/corretto/18/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:noble LABEL author="Torsten Widmann" maintainer="info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" diff --git a/java/corretto/19/Dockerfile b/java/corretto/19/Dockerfile index f6e1300..1a1d623 100644 --- a/java/corretto/19/Dockerfile +++ b/java/corretto/19/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:noble LABEL author="Torsten Widmann" maintainer="info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" diff --git a/java/corretto/20/Dockerfile b/java/corretto/20/Dockerfile index 0d3f717..c8059ee 100644 --- a/java/corretto/20/Dockerfile +++ b/java/corretto/20/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:noble LABEL author="Torsten Widmann" maintainer="info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" diff --git a/java/corretto/21/Dockerfile b/java/corretto/21/Dockerfile index 6e64f46..dca9c32 100644 --- a/java/corretto/21/Dockerfile +++ b/java/corretto/21/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:noble LABEL author="Torsten Widmann" maintainer="info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" diff --git a/java/corretto/8/Dockerfile b/java/corretto/8/Dockerfile index 913fcb1..18f2aa0 100644 --- a/java/corretto/8/Dockerfile +++ b/java/corretto/8/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim +FROM --platform=$TARGETOS/$TARGETARCH ubuntu:noble LABEL author="Torsten Widmann" maintainer="info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images"