From 5a71b670766d1aa24ec7539757df656f519670a3 Mon Sep 17 00:00:00 2001 From: Kyle Speight Date: Tue, 9 Sep 2025 01:46:09 -0700 Subject: [PATCH] update --- apps/uptimekuma/Dockerfile | 4 ++-- bot/bastion/Dockerfile | 2 +- bot/parkertron/Dockerfile | 2 +- bot/red/Dockerfile | 2 +- bot/sinusbot/Dockerfile | 2 +- box64/Dockerfile | 2 +- bun/canary/Dockerfile | 2 +- bun/latest/Dockerfile | 2 +- cassandra/java11_python3/Dockerfile | 4 ++-- cassandra/java8_python2/Dockerfile | 4 ++-- dart/2.17/Dockerfile | 2 +- dart/2.18/Dockerfile | 2 +- dart/2.19/Dockerfile | 2 +- dart/3.3/Dockerfile | 2 +- dart/stable/Dockerfile | 2 +- dotnet/2.1/Dockerfile | 2 +- dotnet/3.1/Dockerfile | 2 +- dotnet/5/Dockerfile | 2 +- dotnet/6/Dockerfile | 2 +- dotnet/7/Dockerfile | 2 +- dotnet/8/Dockerfile | 2 +- dotnet/9/Dockerfile | 2 +- elixir/1.12/Dockerfile | 2 +- elixir/1.13/Dockerfile | 2 +- elixir/1.14/Dockerfile | 2 +- elixir/1.15/Dockerfile | 2 +- elixir/latest/Dockerfile | 2 +- erlang/22/Dockerfile | 2 +- erlang/23/Dockerfile | 4 ++-- erlang/24/Dockerfile | 2 +- erlang/25/Dockerfile | 2 +- erlang/26/Dockerfile | 2 +- games/altv/Dockerfile | 2 +- games/arma3/Dockerfile | 2 +- games/dayz/Dockerfile | 4 ++-- games/minetest/Dockerfile | 5 +++++ games/mohaa/Dockerfile | 4 ++-- games/samp/Dockerfile | 2 +- games/source/Dockerfile | 4 ++-- games/thebattleforwesnoth/Dockerfile | 2 +- games/valheim/Dockerfile | 2 +- go/1.14/Dockerfile | 4 ++-- go/1.19/Dockerfile | 2 +- go/1.20/Dockerfile | 2 +- go/1.21/Dockerfile | 2 +- go/1.22/Dockerfile | 2 +- go/1.23/Dockerfile | 1 + installers/alpine/Dockerfile | 6 +++--- installers/debian/Dockerfile | 6 +++--- installers/ubuntu/Dockerfile | 6 +++--- java/17/Dockerfile | 6 +++--- java/19/Dockerfile | 2 +- java/21/Dockerfile | 2 +- java/22/Dockerfile | 4 ++-- nodejs/22/Dockerfile | 2 +- nodejs/23/Dockerfile | 2 +- nodejs/24/Dockerfile | 2 +- oses/alpine/Dockerfile | 2 +- oses/debian/Dockerfile | 4 ++-- oses/ubuntu/Dockerfile | 2 +- python/3.10/Dockerfile | 2 +- python/3.11/Dockerfile | 2 +- python/3.12/Dockerfile | 2 +- python/3.13/Dockerfile | 2 +- python/3.9/Dockerfile | 2 +- rust/1.56/Dockerfile | 2 +- rust/1.60/Dockerfile | 5 ++++- rust/latest/Dockerfile | 3 +-- steamcmd/debian/Dockerfile | 4 ++-- steamcmd/dotnet/Dockerfile | 2 +- steamcmd/proton/Dockerfile | 2 +- steamcmd/proton_8/Dockerfile | 2 +- steamcmd/sniper/Dockerfile | 2 +- steamcmd/ubuntu/Dockerfile | 4 +++- voice/teaspeak/Dockerfile | 4 ++-- wine/10/Dockerfile | 2 +- 76 files changed, 105 insertions(+), 95 deletions(-) diff --git a/apps/uptimekuma/Dockerfile b/apps/uptimekuma/Dockerfile index 0becde5..45d4c86 100644 --- a/apps/uptimekuma/Dockerfile +++ b/apps/uptimekuma/Dockerfile @@ -1,7 +1,7 @@ FROM --platform=$TARGETOS/$TARGETARCH node:22-alpine -LABEL author="Torsten Widmann" maintainer="info@goover.de" -LABEL org.opencontainers.image.source="https://github.com/gOOvER/own-pterodactyl-images" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks/" LABEL org.opencontainers.image.licenses=MIT RUN apk update \ diff --git a/bot/bastion/Dockerfile b/bot/bastion/Dockerfile index b1a7a6f..c48f1a6 100644 --- a/bot/bastion/Dockerfile +++ b/bot/bastion/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ## install nodejs 20 RUN apt update && apt install --no-install-recommends -y curl apt-transport-https ca-certificates gnupg \ diff --git a/bot/parkertron/Dockerfile b/bot/parkertron/Dockerfile index ddf36fd..ddfdfd5 100644 --- a/bot/parkertron/Dockerfile +++ b/bot/parkertron/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/bot/red/Dockerfile b/bot/red/Dockerfile index 8e1b834..03cf52d 100644 --- a/bot/red/Dockerfile +++ b/bot/red/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim-bookworm -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN mkdir -p /usr/share/man/man1 diff --git a/bot/sinusbot/Dockerfile b/bot/sinusbot/Dockerfile index cd7b896..2f3850f 100644 --- a/bot/sinusbot/Dockerfile +++ b/bot/sinusbot/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL org.opencontainers.image.authors="i2007@damw.eu" +LABEL org.opencontainers.image.authors="kyle@kyle-hosting.xyz" LABEL version="1.0" ENV DEBIAN_FRONTEND=noninteractive diff --git a/box64/Dockerfile b/box64/Dockerfile index 4b5d43d..f9313e4 100644 --- a/box64/Dockerfile +++ b/box64/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="QuintenQVD" maintainer="josdekurk@gmail.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/bun/canary/Dockerfile b/bun/canary/Dockerfile index 8e45326..4fe8208 100644 --- a/bun/canary/Dockerfile +++ b/bun/canary/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH oven/bun:canary -LABEL author="MrAtox" maintainer="mratox@protonmail.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" 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 \ diff --git a/bun/latest/Dockerfile b/bun/latest/Dockerfile index 4338e03..d292e5b 100644 --- a/bun/latest/Dockerfile +++ b/bun/latest/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH oven/bun:latest -LABEL author="MrAtox" maintainer="mratox@protonmail.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" 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 \ diff --git a/cassandra/java11_python3/Dockerfile b/cassandra/java11_python3/Dockerfile index 4f5ddb3..6c1a621 100644 --- a/cassandra/java11_python3/Dockerfile +++ b/cassandra/java11_python3/Dockerfile @@ -1,8 +1,8 @@ FROM --platform=$TARGETOS/$TARGETARCH adoptopenjdk/openjdk11:alpine-jre -LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" +LABEL author="Kyle Speight" maintainer="kylw@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT RUN apk add --update --no-cache python3 py3-tz ca-certificates curl fontconfig git openssl sqlite tar tzdata \ diff --git a/cassandra/java8_python2/Dockerfile b/cassandra/java8_python2/Dockerfile index 32770f4..16e6b59 100644 --- a/cassandra/java8_python2/Dockerfile +++ b/cassandra/java8_python2/Dockerfile @@ -1,8 +1,8 @@ FROM --platform=$TARGETOS/$TARGETARCH adoptopenjdk/openjdk8:alpine-jre -LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT RUN apk add --update --no-cache python2 ca-certificates curl fontconfig git openssl sqlite tar tzdata \ diff --git a/dart/2.17/Dockerfile b/dart/2.17/Dockerfile index a40a497..a0b54f2 100644 --- a/dart/2.17/Dockerfile +++ b/dart/2.17/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH dart:2.17 -LABEL author="Alden Bansemer" maintainer="alden@knoban.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install iproute2 git ca-certificates tzdata tini \ diff --git a/dart/2.18/Dockerfile b/dart/2.18/Dockerfile index e8955f6..702d579 100644 --- a/dart/2.18/Dockerfile +++ b/dart/2.18/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH dart:2.18 -LABEL author="Alden Bansemer" maintainer="alden@knoban.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install iproute2 git ca-certificates tzdata tini \ diff --git a/dart/2.19/Dockerfile b/dart/2.19/Dockerfile index cb94aa0..351ae71 100644 --- a/dart/2.19/Dockerfile +++ b/dart/2.19/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH dart:2.19 -LABEL author="Alden Bansemer" maintainer="alden@knoban.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install iproute2 git ca-certificates tzdata tini \ diff --git a/dart/3.3/Dockerfile b/dart/3.3/Dockerfile index a4c6b30..2445817 100644 --- a/dart/3.3/Dockerfile +++ b/dart/3.3/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH dart:3.3 -LABEL author="Alden Bansemer" maintainer="alden@knoban.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install iproute2 git ca-certificates tzdata tini \ diff --git a/dart/stable/Dockerfile b/dart/stable/Dockerfile index f8150d4..876d67b 100644 --- a/dart/stable/Dockerfile +++ b/dart/stable/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH dart:stable -LABEL author="Alden Bansemer" maintainer="alden@knoban.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install iproute2 git ca-certificates tzdata tini \ diff --git a/dotnet/2.1/Dockerfile b/dotnet/2.1/Dockerfile index 65f4468..622310e 100644 --- a/dotnet/2.1/Dockerfile +++ b/dotnet/2.1/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/dotnet/3.1/Dockerfile b/dotnet/3.1/Dockerfile index d173059..e68c811 100644 --- a/dotnet/3.1/Dockerfile +++ b/dotnet/3.1/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/dotnet/5/Dockerfile b/dotnet/5/Dockerfile index 9f444e1..d3b3db7 100644 --- a/dotnet/5/Dockerfile +++ b/dotnet/5/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/dotnet/6/Dockerfile b/dotnet/6/Dockerfile index 2f5c65d..c254c4f 100644 --- a/dotnet/6/Dockerfile +++ b/dotnet/6/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/dotnet/7/Dockerfile b/dotnet/7/Dockerfile index 5358efc..19b5244 100644 --- a/dotnet/7/Dockerfile +++ b/dotnet/7/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/dotnet/8/Dockerfile b/dotnet/8/Dockerfile index dd46202..e22bfd7 100644 --- a/dotnet/8/Dockerfile +++ b/dotnet/8/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/dotnet/9/Dockerfile b/dotnet/9/Dockerfile index 640c27f..1335c0d 100644 --- a/dotnet/9/Dockerfile +++ b/dotnet/9/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/elixir/1.12/Dockerfile b/elixir/1.12/Dockerfile index 7c9ff70..7009e79 100644 --- a/elixir/1.12/Dockerfile +++ b/elixir/1.12/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.12.3-slim -LABEL author="MrAvox" maintainer="mravox@proton.me" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git dnsutils curl iproute2 ffmpeg tini \ diff --git a/elixir/1.13/Dockerfile b/elixir/1.13/Dockerfile index 8298b48..9a28ff2 100644 --- a/elixir/1.13/Dockerfile +++ b/elixir/1.13/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.13.4-slim -LABEL author="MrAvox" maintainer="mravox@proton.me" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git dnsutils curl iproute2 ffmpeg tini \ diff --git a/elixir/1.14/Dockerfile b/elixir/1.14/Dockerfile index 5aec208..08b1513 100644 --- a/elixir/1.14/Dockerfile +++ b/elixir/1.14/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.14.5-slim -LABEL author="MrAvox" maintainer="mravox@proton.me" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git dnsutils curl iproute2 ffmpeg tini \ diff --git a/elixir/1.15/Dockerfile b/elixir/1.15/Dockerfile index 71c441e..fe232dd 100644 --- a/elixir/1.15/Dockerfile +++ b/elixir/1.15/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:1.15.4-slim -LABEL author="MrAvox" maintainer="mravox@proton.me" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git dnsutils curl iproute2 ffmpeg tini \ diff --git a/elixir/latest/Dockerfile b/elixir/latest/Dockerfile index 2d2d5b0..06a233c 100644 --- a/elixir/latest/Dockerfile +++ b/elixir/latest/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH elixir:slim -LABEL author="MrAvox" maintainer="mravox@proton.me" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git dnsutils curl iproute2 ffmpeg tini \ diff --git a/erlang/22/Dockerfile b/erlang/22/Dockerfile index 1575b7d..4da34a6 100644 --- a/erlang/22/Dockerfile +++ b/erlang/22/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH erlang:22-alpine -LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/erlang/23/Dockerfile b/erlang/23/Dockerfile index 349320f..f134118 100644 --- a/erlang/23/Dockerfile +++ b/erlang/23/Dockerfile @@ -1,8 +1,8 @@ FROM --platform=$TARGETOS/$TARGETARCH erlang:23-alpine -LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata iproute2\ diff --git a/erlang/24/Dockerfile b/erlang/24/Dockerfile index 63ae6d1..5510e27 100644 --- a/erlang/24/Dockerfile +++ b/erlang/24/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH erlang:24-alpine -LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/erlang/25/Dockerfile b/erlang/25/Dockerfile index 4f67d32..75f0790 100644 --- a/erlang/25/Dockerfile +++ b/erlang/25/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH erlang:25-alpine -LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/erlang/26/Dockerfile b/erlang/26/Dockerfile index 2557687..62d9f8e 100644 --- a/erlang/26/Dockerfile +++ b/erlang/26/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH erlang:26-alpine -LABEL author="Pascal Zarrad" maintainer="p.zarrad@outlook.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/games/altv/Dockerfile b/games/altv/Dockerfile index e01dd6c..8fa1d2a 100644 --- a/games/altv/Dockerfile +++ b/games/altv/Dockerfile @@ -3,7 +3,7 @@ # ---------------------------------- FROM --platform=$TARGETOS/$TARGETARCH node:16-bookworm -LABEL author="goover" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/games/arma3/Dockerfile b/games/arma3/Dockerfile index 3dd8a1b..60882ad 100644 --- a/games/arma3/Dockerfile +++ b/games/arma3/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim -LABEL author="David Wolfe (Red-Thirten)" maintainer="red_thirten@yahoo.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/parkervcp/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/games/dayz/Dockerfile b/games/dayz/Dockerfile index 1d74420..cdc8f55 100644 --- a/games/dayz/Dockerfile +++ b/games/dayz/Dockerfile @@ -1,8 +1,8 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="David Wolfe (Red-Thirten)" maintainer="red_thirten@yahoo.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pelican-eggs/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT ## Update base packages and install dependencies diff --git a/games/minetest/Dockerfile b/games/minetest/Dockerfile index 8f75208..803eae1 100644 --- a/games/minetest/Dockerfile +++ b/games/minetest/Dockerfile @@ -1,3 +1,8 @@ +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" + +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" +LABEL org.opencontainers.image.licenses=MIT + FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive diff --git a/games/mohaa/Dockerfile b/games/mohaa/Dockerfile index 353d28e..f230bb3 100644 --- a/games/mohaa/Dockerfile +++ b/games/mohaa/Dockerfile @@ -1,8 +1,8 @@ FROM ghcr.io/parkervcp/yolks:debian -LABEL author="Manuel Dielacher" maintainer="th3dilli@gmx.at" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT RUN dpkg --add-architecture i386 \ diff --git a/games/samp/Dockerfile b/games/samp/Dockerfile index 33f6dce..afdae41 100644 --- a/games/samp/Dockerfile +++ b/games/samp/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="QuintenQVD" maintainer="josdekurk@gmail.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y upgrade diff --git a/games/source/Dockerfile b/games/source/Dockerfile index aefd395..afb9ad4 100644 --- a/games/source/Dockerfile +++ b/games/source/Dockerfile @@ -22,9 +22,9 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT ENV DEBIAN_FRONTEND=noninteractive diff --git a/games/thebattleforwesnoth/Dockerfile b/games/thebattleforwesnoth/Dockerfile index d1c33ce..1082adb 100644 --- a/games/thebattleforwesnoth/Dockerfile +++ b/games/thebattleforwesnoth/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ## update base packages RUN apt update && apt upgrade -y diff --git a/games/valheim/Dockerfile b/games/valheim/Dockerfile index f6c20b5..b9e449d 100644 --- a/games/valheim/Dockerfile +++ b/games/valheim/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04 -LABEL author="Daniel Barton" maintainer="danny6167@gmail.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/go/1.14/Dockerfile b/go/1.14/Dockerfile index 285e36b..438babe 100644 --- a/go/1.14/Dockerfile +++ b/go/1.14/Dockerfile @@ -22,9 +22,9 @@ FROM --platform=$TARGETOS/$TARGETARCH golang:1.14-alpine -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT RUN apk add --update --no-cache ca-certificates tzdata \ diff --git a/go/1.19/Dockerfile b/go/1.19/Dockerfile index d838bb8..6d4c44d 100644 --- a/go/1.19/Dockerfile +++ b/go/1.19/Dockerfile @@ -22,7 +22,7 @@ FROM --platform=$TARGETOS/$TARGETARCH golang:1.19-alpine -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/go/1.20/Dockerfile b/go/1.20/Dockerfile index 7023ba6..e2ebaa6 100644 --- a/go/1.20/Dockerfile +++ b/go/1.20/Dockerfile @@ -22,7 +22,7 @@ FROM --platform=$TARGETOS/$TARGETARCH golang:1.20-alpine -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/go/1.21/Dockerfile b/go/1.21/Dockerfile index 03d96c4..45e0c68 100644 --- a/go/1.21/Dockerfile +++ b/go/1.21/Dockerfile @@ -22,7 +22,7 @@ FROM --platform=$TARGETOS/$TARGETARCH golang:1.21-alpine -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/go/1.22/Dockerfile b/go/1.22/Dockerfile index a6c7d15..8fc82cd 100644 --- a/go/1.22/Dockerfile +++ b/go/1.22/Dockerfile @@ -22,7 +22,7 @@ FROM --platform=$TARGETOS/$TARGETARCH golang:1.22-alpine -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/go/1.23/Dockerfile b/go/1.23/Dockerfile index df237ca..0560108 100644 --- a/go/1.23/Dockerfile +++ b/go/1.23/Dockerfile @@ -1,5 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH golang:1.23-alpine +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apk add --update --no-cache ca-certificates tzdata \ && adduser -D -h /home/container container diff --git a/installers/alpine/Dockerfile b/installers/alpine/Dockerfile index 6ecc6cb..697ced1 100644 --- a/installers/alpine/Dockerfile +++ b/installers/alpine/Dockerfile @@ -22,9 +22,9 @@ FROM --platform=$TARGETOS/$TARGETARCH alpine:latest -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" -LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" +LABEL org.opencontainers.image.licenses=AGPL RUN apk add --update --no-cache ca-certificates curl unzip tar git jq wget diff --git a/installers/debian/Dockerfile b/installers/debian/Dockerfile index 71ab96e..815f73b 100644 --- a/installers/debian/Dockerfile +++ b/installers/debian/Dockerfile @@ -22,10 +22,10 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" -LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" +LABEL org.opencontainers.image.licenses=AGPL ENV DEBIAN_FRONTEND=noninteractive diff --git a/installers/ubuntu/Dockerfile b/installers/ubuntu/Dockerfile index bcfa60b..9e658ea 100644 --- a/installers/ubuntu/Dockerfile +++ b/installers/ubuntu/Dockerfile @@ -22,10 +22,10 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy -LABEL author="oliver194" maintainer="100048880+oliver194@users.noreply.github.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/oliver194/yolks" -LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" +LABEL org.opencontainers.image.licenses=AGPL ENV DEBIAN_FRONTEND=noninteractive diff --git a/java/17/Dockerfile b/java/17/Dockerfile index 87912c4..ccbec1f 100644 --- a/java/17/Dockerfile +++ b/java/17/Dockerfile @@ -1,9 +1,9 @@ FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jdk-noble -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" -LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" +LABEL org.opencontainers.image.licenses=AGPL RUN apt update -y \ && apt install -y \ diff --git a/java/19/Dockerfile b/java/19/Dockerfile index ddf9e49..47a61b4 100644 --- a/java/19/Dockerfile +++ b/java/19/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:19-jdk-focal -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/java/21/Dockerfile b/java/21/Dockerfile index 9e69975..8d0e8b9 100644 --- a/java/21/Dockerfile +++ b/java/21/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:21-jdk-noble -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/java/22/Dockerfile b/java/22/Dockerfile index f01ae36..6893552 100644 --- a/java/22/Dockerfile +++ b/java/22/Dockerfile @@ -1,8 +1,8 @@ FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:22-jdk-noble -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT RUN apt update -y \ diff --git a/nodejs/22/Dockerfile b/nodejs/22/Dockerfile index 3378b74..6b7a3dc 100644 --- a/nodejs/22/Dockerfile +++ b/nodejs/22/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH node:22-bookworm-slim -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" # add container user and set stop signal RUN useradd -m -d /home/container container diff --git a/nodejs/23/Dockerfile b/nodejs/23/Dockerfile index a02b50e..836c434 100644 --- a/nodejs/23/Dockerfile +++ b/nodejs/23/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH node:23-bookworm-slim -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" # add container user and set stop signal RUN useradd -m -d /home/container container diff --git a/nodejs/24/Dockerfile b/nodejs/24/Dockerfile index 53d87d6..a3f25ef 100644 --- a/nodejs/24/Dockerfile +++ b/nodejs/24/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH node:24-bookworm-slim -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" # add container user and set stop signal RUN useradd -m -d /home/container container diff --git a/oses/alpine/Dockerfile b/oses/alpine/Dockerfile index 32eb44a..3a4c6f8 100644 --- a/oses/alpine/Dockerfile +++ b/oses/alpine/Dockerfile @@ -22,7 +22,7 @@ FROM --platform=$TARGETOS/$TARGETARCH alpine:latest -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/oses/debian/Dockerfile b/oses/debian/Dockerfile index c6d7fe0..329d110 100644 --- a/oses/debian/Dockerfile +++ b/oses/debian/Dockerfile @@ -1,8 +1,8 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT ENV DEBIAN_FRONTEND=noninteractive diff --git a/oses/ubuntu/Dockerfile b/oses/ubuntu/Dockerfile index a4ea9e1..4f6c5c4 100644 --- a/oses/ubuntu/Dockerfile +++ b/oses/ubuntu/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:24.04 -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.source="https://github.com/pelican-eggs/yolks" LABEL org.opencontainers.image.licenses=MIT diff --git a/python/3.10/Dockerfile b/python/3.10/Dockerfile index d7bb607..6d0766e 100644 --- a/python/3.10/Dockerfile +++ b/python/3.10/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.10-slim-bookworm -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \ diff --git a/python/3.11/Dockerfile b/python/3.11/Dockerfile index 902254c..164258c 100644 --- a/python/3.11/Dockerfile +++ b/python/3.11/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim-bookworm -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \ diff --git a/python/3.12/Dockerfile b/python/3.12/Dockerfile index c695449..c211bea 100644 --- a/python/3.12/Dockerfile +++ b/python/3.12/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.12-slim-bookworm -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \ diff --git a/python/3.13/Dockerfile b/python/3.13/Dockerfile index c985508..a57a784 100644 --- a/python/3.13/Dockerfile +++ b/python/3.13/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.13-slim-bookworm -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \ diff --git a/python/3.9/Dockerfile b/python/3.9/Dockerfile index 311a447..4f8b069 100644 --- a/python/3.9/Dockerfile +++ b/python/3.9/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH python:3.9-slim-bookworm -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \ diff --git a/rust/1.56/Dockerfile b/rust/1.56/Dockerfile index 7e655cf..df8c5a4 100644 --- a/rust/1.56/Dockerfile +++ b/rust/1.56/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH rust:1.56-slim -LABEL author="Ethan Coward" maintainer="ethan.coward@icloud.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \ diff --git a/rust/1.60/Dockerfile b/rust/1.60/Dockerfile index e637221..1d7496d 100644 --- a/rust/1.60/Dockerfile +++ b/rust/1.60/Dockerfile @@ -1,6 +1,9 @@ FROM --platform=$TARGETOS/$TARGETARCH rust:1.60-slim -LABEL author="Ethan Coward" maintainer="ethan.coward@icloud.com" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" + +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" +LABEL org.opencontainers.image.licenses=MIT RUN apt update \ && apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \ diff --git a/rust/latest/Dockerfile b/rust/latest/Dockerfile index cae3044..3e17c57 100644 --- a/rust/latest/Dockerfile +++ b/rust/latest/Dockerfile @@ -1,7 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH rust:slim -LABEL author="Ethan Coward" maintainer="ethan.coward@icloud.com" - +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" RUN apt update \ && apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \ && useradd -m -d /home/container container diff --git a/steamcmd/debian/Dockerfile b/steamcmd/debian/Dockerfile index b20120d..c4841e7 100644 --- a/steamcmd/debian/Dockerfile +++ b/steamcmd/debian/Dockerfile @@ -1,8 +1,8 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT ENV DEBIAN_FRONTEND=noninteractive diff --git a/steamcmd/dotnet/Dockerfile b/steamcmd/dotnet/Dockerfile index 56c4743..90d07fa 100644 --- a/steamcmd/dotnet/Dockerfile +++ b/steamcmd/dotnet/Dockerfile @@ -1,6 +1,6 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ENV DEBIAN_FRONTEND=noninteractive diff --git a/steamcmd/proton/Dockerfile b/steamcmd/proton/Dockerfile index 9a6af52..080f597 100644 --- a/steamcmd/proton/Dockerfile +++ b/steamcmd/proton/Dockerfile @@ -3,7 +3,7 @@ # --------------------------------------------- FROM debian:bookworm-slim -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" # Install required packages RUN dpkg --add-architecture i386 diff --git a/steamcmd/proton_8/Dockerfile b/steamcmd/proton_8/Dockerfile index dd9d04a..16896ce 100644 --- a/steamcmd/proton_8/Dockerfile +++ b/steamcmd/proton_8/Dockerfile @@ -3,7 +3,7 @@ # --------------------------------------------- FROM debian:bookworm-slim -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" ## install required packages RUN dpkg --add-architecture i386 diff --git a/steamcmd/sniper/Dockerfile b/steamcmd/sniper/Dockerfile index 4d465a0..fd6c9e2 100644 --- a/steamcmd/sniper/Dockerfile +++ b/steamcmd/sniper/Dockerfile @@ -3,7 +3,7 @@ # --------------------------------------------- FROM --platform=$TARGETOS/$TARGETARCH registry.gitlab.steamos.cloud/steamrt/sniper/platform:latest-container-runtime-depot -LABEL author="Alexander Ballauf" maintainer="admin@ballaual.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.description SteamRT3 Platform image for Pterodactyl Source engine servers. # Install required packages diff --git a/steamcmd/ubuntu/Dockerfile b/steamcmd/ubuntu/Dockerfile index 64dfeb4..ef41349 100644 --- a/steamcmd/ubuntu/Dockerfile +++ b/steamcmd/ubuntu/Dockerfile @@ -1,6 +1,8 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:24.04 -LABEL org.opencontainers.image.source="https://github.com/pelican-eggs/yolks" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" + +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later ENV DEBIAN_FRONTEND=noninteractive diff --git a/voice/teaspeak/Dockerfile b/voice/teaspeak/Dockerfile index 068c1ca..b8fe6c5 100644 --- a/voice/teaspeak/Dockerfile +++ b/voice/teaspeak/Dockerfile @@ -22,9 +22,9 @@ FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim -LABEL author="Torsten Widmann" maintainer="info@goover.de" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" -LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolks" +LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks" LABEL org.opencontainers.image.licenses=MIT ENV DEBIAN_FRONTEND=noninteractive diff --git a/wine/10/Dockerfile b/wine/10/Dockerfile index 064ee84..7bae0af 100644 --- a/wine/10/Dockerfile +++ b/wine/10/Dockerfile @@ -3,7 +3,7 @@ # --------------------------------------- FROM ghcr.io/parkervcp/yolks:debian -LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" +LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz" LABEL org.opencontainers.image.licenses=MIT # Install required packages