-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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"] | ||
CMD ["/entrypoint.sh"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|