yolks (sha256:c5980fd15e25278b9746bb50b862deacf4968e05bb5277bbb7b05106106b461f)
Published 2025-03-10 00:04:06 +00:00 by laratheprotogen
Installation
docker pull git.styandco.dev/lara-eggs/yolks@sha256:c5980fd15e25278b9746bb50b862deacf4968e05bb5277bbb7b05106106b461f
sha256:c5980fd15e25278b9746bb50b862deacf4968e05bb5277bbb7b05106106b461f
Image layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200' |
LABEL author=Michael Parker maintainer=parker@pterodactyl.io |
LABEL org.opencontainers.image.source=https://github.com/pterodactyl/yolks |
LABEL org.opencontainers.image.licenses=MIT |
ENV DEBIAN_FRONTEND=noninteractive |
RUN /bin/sh -c useradd -m -d /home/container -s /bin/bash container # buildkit |
RUN /bin/sh -c ln -s /home/container/ /nonexistent # buildkit |
ENV USER=container HOME=/home/container |
RUN /bin/sh -c apt update && apt upgrade -y # buildkit |
RUN /bin/sh -c apt install -y gcc g++ libgcc-12-dev libc++-dev gdb libc6 git wget curl tar zip unzip binutils xz-utils liblzo2-2 cabextract iproute2 net-tools netcat-traditional telnet libatomic1 libsdl1.2debian libsdl2-2.0-0 libfontconfig1 icu-devtools libunwind8 libssl-dev sqlite3 libsqlite3-dev libmariadb-dev-compat libduktape207 locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates liblua5.3-0 libz3-dev libzadc4 rapidjson-dev tzdata libevent-dev libzip4 libprotobuf32 libfluidsynth3 procps libstdc++6 tini # buildkit |
RUN /bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66.1-2ubuntu2.1_amd64.deb && wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb && dpkg -i libicu66_66.1-2ubuntu2.1_amd64.deb && dpkg -i libssl1.1_1.1.0g-2ubuntu4_amd64.deb && rm libicu66_66.1-2ubuntu2.1_amd64.deb libssl1.1_1.1.0g-2ubuntu4_amd64.deb; fi # buildkit |
RUN /bin/sh -c if [ ! "$(uname -m)" = "x86_64" ]; then wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_arm64.deb && dpkg -i libssl1.1_1.1.1f-1ubuntu2_arm64.deb && rm libssl1.1_1.1.1f-1ubuntu2_arm64.deb; fi # buildkit |
RUN /bin/sh -c update-locale lang=en_US.UTF-8 && dpkg-reconfigure --frontend noninteractive locales # buildkit |
WORKDIR /home/container |
STOPSIGNAL SIGINT |
COPY --chown=container:container ./entrypoint.sh /entrypoint.sh # buildkit |
RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
ENTRYPOINT ["/usr/bin/tini" "-g" "--"] |
CMD ["/entrypoint.sh"] |
LABEL authors=Torsten Widmann, Lara The Protogen |
RUN /bin/sh -c apt update && apt -y upgrade # buildkit |
RUN /bin/sh -c apt install -y fontconfig dirmngr numactl # buildkit |
RUN /bin/sh -c apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF # buildkit |
RUN /bin/sh -c sh -c 'echo "deb https://download.mono-project.com/repo/debian stable-buster main" > /etc/apt/sources.list.d/mono-official-stable.list' # buildkit |
RUN /bin/sh -c wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb # buildkit |
RUN /bin/sh -c dpkg -i packages-microsoft-prod.deb # buildkit |
RUN /bin/sh -c apt update # buildkit |
RUN /bin/sh -c apt install -y mono-complete dotnet-runtime-8.0 dotnet-runtime-9.0 # buildkit |
RUN /bin/sh -c if [ "$(uname -m)" = "x86_64" ]; then dpkg --add-architecture i386 && apt update && apt -y install lib32gcc-s1 libsdl2-2.0-0:i386; fi # buildkit |
USER container |
ENV USER=container HOME=/home/container |
WORKDIR /home/container |
COPY ./entrypoint.sh /entrypoint.sh # buildkit |
CMD ["/bin/bash" "/entrypoint.sh"] |
Labels
Key | Value |
---|---|
author | Michael Parker |
authors | Torsten Widmann, Lara The Protogen |
maintainer | parker@pterodactyl.io |
org.opencontainers.image.licenses | MIT |
org.opencontainers.image.source | https://github.com/pterodactyl/yolks |
Details
Versions (1)
View all
mono_latest
2025-03-10