Skip to content

Commit

Permalink
update branding
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamer3514 committed Jun 17, 2024
1 parent 92433b2 commit cf827f0
Show file tree
Hide file tree
Showing 102 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion apps/uptimekuma/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH node:18-alpine

LABEL author="Torsten Widmann" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images"
LABEL org.opencontainers.image.licenses=MIT

Expand Down
2 changes: 1 addition & 1 deletion bot/bastion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy

LABEL author="Michael Parker" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

## install nodejs 20
RUN apt update && apt install --no-install-recommends -y curl apt-transport-https ca-certificates gnupg \
Expand Down
2 changes: 1 addition & 1 deletion bot/parkertron/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm

LABEL author="Michael Parker" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion bot/red/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim-bookworm

LABEL author="Michael Parker" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"


RUN mkdir -p /usr/share/man/man1
Expand Down
2 changes: 1 addition & 1 deletion bun/canary/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH oven/bun:canary

LABEL author="MrAtox" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool tini \
Expand Down
2 changes: 1 addition & 1 deletion bun/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH oven/bun:latest

LABEL author="MrAtox" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool tini \
Expand Down
8 changes: 4 additions & 4 deletions cassandra/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ export INTERNAL_IP
cd /home/container || exit 1

# Print Java version
printf "\033[1m\033[33mcontainer@pelican~ \033[0mjava -version\n"
printf "\033[1m\033[33mcontainer@sillydev~ \033[0mjava -version\n"
java -version


# Print Python version
if command -v python &> /dev/null
then
printf "\033[1m\033[33mcontainer@pelican~ \033[0mpython --version\n"
printf "\033[1m\033[33mcontainer@sillydev~ \033[0mpython --version\n"
python --version
else
printf "\033[1m\033[33mcontainer@pelican~ \033[0mpython3 --version\n"
printf "\033[1m\033[33mcontainer@sillydev~ \033[0mpython3 --version\n"
python3 --version
fi

Expand All @@ -33,6 +33,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat

# Display the command we're running in the output, and then execute it with the env
# from the container itself.
printf "\033[1m\033[33mcontainer@pelican~ \033[0m%s\n" "$PARSED"
printf "\033[1m\033[33mcontainer@sillydev~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
2 changes: 1 addition & 1 deletion cassandra/java11_python3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH adoptopenjdk/openjdk11:alpine-jre

LABEL author="Pascal Zarrad" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion cassandra/java8_python2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH adoptopenjdk/openjdk8:alpine-jre

LABEL author="Pascal Zarrad" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion dart/2.17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:2.17

LABEL author="Alden Bansemer" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
Expand Down
2 changes: 1 addition & 1 deletion dart/2.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:2.18

LABEL author="Alden Bansemer" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
Expand Down
2 changes: 1 addition & 1 deletion dart/2.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:2.19

LABEL author="Alden Bansemer" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
Expand Down
2 changes: 1 addition & 1 deletion dart/3.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:3.3

LABEL author="Alden Bansemer" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
Expand Down
2 changes: 1 addition & 1 deletion dart/stable/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH dart:stable

LABEL author="Alden Bansemer" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install iproute2 git ca-certificates tzdata tini \
Expand Down
2 changes: 1 addition & 1 deletion dotnet/2.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion dotnet/3.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion dotnet/5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion dotnet/6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion dotnet/7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion dotnet/8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian

LABEL author="Torsten Widmann" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

ENV DEBIAN_FRONTEND noninteractive

Expand Down
2 changes: 1 addition & 1 deletion dotnet/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export INTERNAL_IP
export DOTNET_ROOT=/usr/share/

# print the dotnet version on startup
printf "\033[1m\033[33mcontainer@pelican~ \033[0mdotnet --version\n"
printf "\033[1m\033[33mcontainer@sillydev~ \033[0mdotnet --version\n"
dotnet --version

# Replace Startup Variables
Expand Down
2 changes: 1 addition & 1 deletion elixir/1.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH elixir:1.12.3-slim

LABEL author="MrAvox" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
Expand Down
2 changes: 1 addition & 1 deletion elixir/1.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH elixir:1.13.4-slim

LABEL author="MrAvox" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
Expand Down
2 changes: 1 addition & 1 deletion elixir/1.14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH elixir:1.14.5-slim

LABEL author="MrAvox" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
Expand Down
2 changes: 1 addition & 1 deletion elixir/1.15/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH elixir:1.15.4-slim

LABEL author="MrAvox" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
Expand Down
2 changes: 1 addition & 1 deletion elixir/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH elixir:slim

LABEL author="MrAvox" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

RUN apt update \
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
Expand Down
2 changes: 1 addition & 1 deletion erlang/22/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH erlang:22-alpine

LABEL author="Pascal Zarrad" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion erlang/23/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH erlang:23-alpine

LABEL author="Pascal Zarrad" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion erlang/24/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH erlang:24-alpine

LABEL author="Pascal Zarrad" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion erlang/25/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH erlang:25-alpine

LABEL author="Pascal Zarrad" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion erlang/26/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=$TARGETOS/$TARGETARCH erlang:26-alpine

LABEL author="Pascal Zarrad" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
4 changes: 2 additions & 2 deletions erlang/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export INTERNAL_IP
cd /home/container || exit 1

# Print Erlang's version
printf "\033[1m\033[33mcontainer@pelican~ \033[0merl -noshell -eval 'erlang:display(erlang:system_info(system_version))' -eval 'init:stop()'\n"
printf "\033[1m\033[33mcontainer@sillydev~ \033[0merl -noshell -eval 'erlang:display(erlang:system_info(system_version))' -eval 'init:stop()'\n"
erl -noshell -eval 'erlang:display(erlang:system_info(system_version))' -eval 'init:stop()'

# Convert all of the "{{VARIABLE}}" parts of the command into the expected shell
Expand All @@ -20,6 +20,6 @@ PARSED=$(echo "${STARTUP}" | sed -e 's/{{/${/g' -e 's/}}/}/g' | eval echo "$(cat

# Display the command we're running in the output, and then execute it with the env
# from the container itself.
printf "\033[1m\033[33mcontainer@pelican~ \033[0m%s\n" "$PARSED"
printf "\033[1m\033[33mcontainer@sillydev~ \033[0m%s\n" "$PARSED"
# shellcheck disable=SC2086
exec env ${PARSED}
2 changes: 1 addition & 1 deletion games/minetest/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export INTERNAL_IP
cd /home/container || exit 1

# Print minetest version
printf "\033[1m\033[33mcontainer@pelican~ \033[0mminetest --version\n"
printf "\033[1m\033[33mcontainer@sillydev~ \033[0mminetest --version\n"
minetest --version

# Replace Startup Variables
Expand Down
2 changes: 1 addition & 1 deletion games/source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.14-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.15-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.16-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.17-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.18-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.19-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.20-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.21-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
2 changes: 1 addition & 1 deletion go/1.22/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

FROM --platform=$TARGETOS/$TARGETARCH golang:1.22-alpine

LABEL author="Matthew Penner" maintainer="[email protected]"
LABEL author="Silly Development" maintainer="[email protected]"

LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks"
LABEL org.opencontainers.image.licenses=MIT
Expand Down
Loading

0 comments on commit cf827f0

Please sign in to comment.