forked from pelican-eggs/yolks
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92433b2
commit cf827f0
Showing
102 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.