Skip to content

Commit

Permalink
upgrade images to noble
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Aug 4, 2024
1 parent 6a600d3 commit 5565165
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion java/corretto/11/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion java/corretto/16/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion java/corretto/17/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion java/corretto/18/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion java/corretto/19/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion java/corretto/20/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion java/corretto/21/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion java/corretto/8/Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5565165

Please sign in to comment.