Skip to content

Commit

Permalink
update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Jan 12, 2025
1 parent a578876 commit cb6cad3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions wine/devel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:bookworm-slim

LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.authors="Torsten Widmann - gOOvER - [email protected]"
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
Expand Down Expand Up @@ -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"]
CMD ["/entrypoint.sh"]
8 changes: 4 additions & 4 deletions wine/stable/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:bookworm-slim

LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.authors="Torsten Widmann - gOOvER - [email protected]"
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
Expand Down Expand Up @@ -68,7 +68,7 @@ RUN apt install -y \
libunwind8 \
libz-dev \
libzip4

RUN rm -rf /var/lib/apt/lists/*

# Install wine and with recommends
Expand Down Expand Up @@ -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"]
CMD ["/entrypoint.sh"]
4 changes: 2 additions & 2 deletions wine/staging/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM debian:bookworm-slim

LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.authors="Torsten Widmann - gOOvER - [email protected]"
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
Expand Down
8 changes: 4 additions & 4 deletions wine/ubuntustaging/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ubuntu:24.04

LABEL org.opencontainers.image.authors="[email protected]"
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 - [email protected]"
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
Expand Down

0 comments on commit cb6cad3

Please sign in to comment.