debian-installer (latest)

Published 2026-01-29 21:15:27 +07:00 by t-lessy

Installation

docker pull git.tlessy.ru/t-lessy/debian-installer:latest
sha256:41e3bc09a04c2c467a0c61a83048570667c9871c0db1551473ad770d2cda6af7

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1768176000'
ENV HTTP_PROXY=http://mc20250129100:mc20250129100@tlessy.ru:11345
ENV HTTPS_PROXY=http://mc20250129100:mc20250129100@tlessy.ru:11345
LABEL author=Matthew Penner maintainer=matthew@pterodactyl.io
LABEL org.opencontainers.image.source=https://github.com/pterodactyl/yolks
LABEL org.opencontainers.image.licenses=MIT
ENV DEBIAN_FRONTEND=noninteractive
/bin/sh -c apt update && apt upgrade -y && apt -y --no-install-recommends install ca-certificates curl git unzip zip tar jq wget
/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

Labels

Key Value
author Matthew Penner
maintainer matthew@pterodactyl.io
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/pterodactyl/yolks
Details
Container
2026-01-29 21:15:27 +07:00
0
OCI / Docker
linux/amd64
MIT
134 MiB
Versions (1) View all
latest 2026-01-29