From cb6cad3eb11977f38f7512052a609dfd2cecb2c4 Mon Sep 17 00:00:00 2001 From: gOOvER <116325+gOOvER@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:45:19 +0100 Subject: [PATCH] update labels --- wine/devel/Dockerfile | 6 +++--- wine/stable/Dockerfile | 8 ++++---- wine/staging/Dockerfile | 4 ++-- wine/ubuntustaging/Dockerfile | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/wine/devel/Dockerfile b/wine/devel/Dockerfile index a6e6a1d..17f4dc6 100644 --- a/wine/devel/Dockerfile +++ b/wine/devel/Dockerfile @@ -1,9 +1,9 @@ FROM debian:bookworm-slim -LABEL org.opencontainers.image.authors="info@goover.de" +LABEL org.opencontainers.image.authors="Torsten Widmann - gOOvER - info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" +LABEL org.opencontainers.image.description="Docker image for Pelican, Jexactyl & Pterodactyl" LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later -LABEL org.opencontainers.image.description "Docker image for Pelican Hosting Panel and Pterodactyl" ## install required packages ARG DEBIAN_FRONTEND=noninteractive @@ -118,4 +118,4 @@ STOPSIGNAL SIGINT COPY --chown=container:container ../entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/usr/bin/tini", "-g", "--"] -CMD ["/entrypoint.sh"] \ No newline at end of file +CMD ["/entrypoint.sh"] diff --git a/wine/stable/Dockerfile b/wine/stable/Dockerfile index a65eeb0..b30158f 100644 --- a/wine/stable/Dockerfile +++ b/wine/stable/Dockerfile @@ -1,9 +1,9 @@ FROM debian:bookworm-slim -LABEL org.opencontainers.image.authors="info@goover.de" +LABEL org.opencontainers.image.authors="Torsten Widmann - gOOvER - info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" +LABEL org.opencontainers.image.description="Docker image for Pelican, Jexactyl & Pterodactyl" LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later -LABEL org.opencontainers.image.description "Docker image for Pelican Hosting Panel and Pterodactyl" ## install required packages ARG DEBIAN_FRONTEND=noninteractive @@ -68,7 +68,7 @@ RUN apt install -y \ libunwind8 \ libz-dev \ libzip4 - + RUN rm -rf /var/lib/apt/lists/* # Install wine and with recommends @@ -120,4 +120,4 @@ STOPSIGNAL SIGINT COPY --chown=container:container ../entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/usr/bin/tini", "-g", "--"] -CMD ["/entrypoint.sh"] \ No newline at end of file +CMD ["/entrypoint.sh"] diff --git a/wine/staging/Dockerfile b/wine/staging/Dockerfile index a119445..1dbc862 100644 --- a/wine/staging/Dockerfile +++ b/wine/staging/Dockerfile @@ -1,9 +1,9 @@ FROM debian:bookworm-slim -LABEL org.opencontainers.image.authors="info@goover.de" +LABEL org.opencontainers.image.authors="Torsten Widmann - gOOvER - info@goover.de" LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" +LABEL org.opencontainers.image.description="Docker image for Pelican, Jexactyl & Pterodactyl" LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later -LABEL org.opencontainers.image.description "Docker image for Pelican Hosting Panel and Pterodactyl" ## install required packages diff --git a/wine/ubuntustaging/Dockerfile b/wine/ubuntustaging/Dockerfile index 9113c6b..c33862c 100644 --- a/wine/ubuntustaging/Dockerfile +++ b/wine/ubuntustaging/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:24.04 -LABEL org.opencontainers.image.authors="info@goover.de" -LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" -LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later -LABEL org.opencontainers.image.description "Docker image for Pelican Hosting Panel and Pterodactyl" +LABEL org.opencontainers.image.authors="Torsten Widmann - gOOvER - info@goover.de" +LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" +LABEL org.opencontainers.image.description="Docker image for Pelican, Jexactyl & Pterodactyl" +LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later ## install required packages ARG DEBIAN_FRONTEND=noninteractive