update
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH node:22-alpine
|
FROM --platform=$TARGETOS/$TARGETARCH node:22-alpine
|
||||||
|
|
||||||
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/gOOvER/own-pterodactyl-images"
|
LABEL org.opencontainers.image.source="https://github.com/kylehost/yolks/"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
RUN apk update \
|
RUN apk update \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy
|
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
|
## install nodejs 20
|
||||||
RUN apt update && apt install --no-install-recommends -y curl apt-transport-https ca-certificates gnupg \
|
RUN apt update && apt install --no-install-recommends -y curl apt-transport-https ca-certificates gnupg \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim-bookworm
|
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
|
RUN mkdir -p /usr/share/man/man1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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"
|
LABEL version="1.0"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH oven/bun:canary
|
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 \
|
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 \
|
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH oven/bun:latest
|
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 \
|
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 \
|
&& apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool tini \
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH adoptopenjdk/openjdk11:alpine-jre
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
RUN apk add --update --no-cache python3 py3-tz ca-certificates curl fontconfig git openssl sqlite tar tzdata \
|
RUN apk add --update --no-cache python3 py3-tz ca-certificates curl fontconfig git openssl sqlite tar tzdata \
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH adoptopenjdk/openjdk8:alpine-jre
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
RUN apk add --update --no-cache python2 ca-certificates curl fontconfig git openssl sqlite tar tzdata \
|
RUN apk add --update --no-cache python2 ca-certificates curl fontconfig git openssl sqlite tar tzdata \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH dart:2.17
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH dart:2.18
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH dart:2.19
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH dart:3.3
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH dart:stable
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
&& apt -y install iproute2 git ca-certificates tzdata tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ghcr.io/parkervcp/yolks:debian
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH elixir:1.12.3-slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH elixir:1.13.4-slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH elixir:1.14.5-slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH elixir:1.15.4-slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH elixir:slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
&& apt -y install git dnsutils curl iproute2 ffmpeg tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH erlang:22-alpine
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH erlang:23-alpine
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata iproute2\
|
RUN apk add --update --no-cache ca-certificates curl git openssl sqlite tar tzdata iproute2\
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH erlang:24-alpine
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH erlang:25-alpine
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH erlang:26-alpine
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# ----------------------------------
|
# ----------------------------------
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH node:16-bookworm
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim
|
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.source="https://github.com/parkervcp/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
## Update base packages and install dependencies
|
## Update base packages and install dependencies
|
||||||
|
|||||||
@@ -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
|
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
FROM ghcr.io/parkervcp/yolks:debian
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
RUN dpkg --add-architecture i386 \
|
RUN dpkg --add-architecture i386 \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y upgrade
|
&& apt -y upgrade
|
||||||
|
|||||||
@@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
## update base packages
|
||||||
RUN apt update && apt upgrade -y
|
RUN apt update && apt upgrade -y
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH golang:1.14-alpine
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
RUN apk add --update --no-cache ca-certificates tzdata \
|
RUN apk add --update --no-cache ca-certificates tzdata \
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH golang:1.19-alpine
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH golang:1.20-alpine
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH golang:1.21-alpine
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH golang:1.22-alpine
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH golang:1.23-alpine
|
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 \
|
RUN apk add --update --no-cache ca-certificates tzdata \
|
||||||
&& adduser -D -h /home/container container
|
&& adduser -D -h /home/container container
|
||||||
|
|||||||
@@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH alpine:latest
|
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.source="https://github.com/kylehost/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=AGPL
|
||||||
|
|
||||||
RUN apk add --update --no-cache ca-certificates curl unzip tar git jq wget
|
RUN apk add --update --no-cache ca-certificates curl unzip tar git jq wget
|
||||||
|
|||||||
@@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
LABEL org.opencontainers.image.licenses=AGPL
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
@@ -22,10 +22,10 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:jammy
|
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.source="https://github.com/kylehost/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=AGPL
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -1,9 +1,9 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:17-jdk-noble
|
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.source="https://github.com/kylehost/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=AGPL
|
||||||
|
|
||||||
RUN apt update -y \
|
RUN apt update -y \
|
||||||
&& apt install -y \
|
&& apt install -y \
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:19-jdk-focal
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:21-jdk-noble
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
+2
-2
@@ -1,8 +1,8 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH eclipse-temurin:22-jdk-noble
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
RUN apt update -y \
|
RUN apt update -y \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH node:22-bookworm-slim
|
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
|
# add container user and set stop signal
|
||||||
RUN useradd -m -d /home/container container
|
RUN useradd -m -d /home/container container
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH node:23-bookworm-slim
|
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
|
# add container user and set stop signal
|
||||||
RUN useradd -m -d /home/container container
|
RUN useradd -m -d /home/container container
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH node:24-bookworm-slim
|
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
|
# add container user and set stop signal
|
||||||
RUN useradd -m -d /home/container container
|
RUN useradd -m -d /home/container container
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH alpine:latest
|
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.source="https://github.com/pterodactyl/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:24.04
|
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.source="https://github.com/pelican-eggs/yolks"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.10-slim-bookworm
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim-bookworm
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.12-slim-bookworm
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.13-slim-bookworm
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.9-slim-bookworm
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
&& apt -y install git gcc g++ ca-certificates dnsutils curl iproute2 ffmpeg procps tini \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH rust:1.56-slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \
|
&& apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH rust:1.60-slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \
|
&& apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH rust:slim
|
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 \
|
RUN apt update \
|
||||||
&& apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \
|
&& apt -y install git dnsutils curl iproute2 ffmpeg tini pkg-config \
|
||||||
&& useradd -m -d /home/container container
|
&& useradd -m -d /home/container container
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
LABEL author="Torsten Widmann" maintainer="info@goover.de"
|
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||||
|
|
||||||
# Install required packages
|
# Install required packages
|
||||||
RUN dpkg --add-architecture i386
|
RUN dpkg --add-architecture i386
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
LABEL author="Torsten Widmann" maintainer="info@goover.de"
|
LABEL author="Kyle Speight" maintainer="kyle@kyle-hosting.xyz"
|
||||||
|
|
||||||
## install required packages
|
## install required packages
|
||||||
RUN dpkg --add-architecture i386
|
RUN dpkg --add-architecture i386
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH registry.gitlab.steamos.cloud/steamrt/sniper/platform:latest-container-runtime-depot
|
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.
|
LABEL org.opencontainers.image.description SteamRT3 Platform image for Pterodactyl Source engine servers.
|
||||||
|
|
||||||
# Install required packages
|
# Install required packages
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
FROM --platform=$TARGETOS/$TARGETARCH ubuntu:24.04
|
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
|
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
@@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
FROM --platform=$TARGETOS/$TARGETARCH debian:bookworm-slim
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
# ---------------------------------------
|
# ---------------------------------------
|
||||||
FROM ghcr.io/parkervcp/yolks:debian
|
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
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
# Install required packages
|
# Install required packages
|
||||||
|
|||||||
Reference in New Issue
Block a user