debian (base)

Published 2025-07-24 06:04:29 -07:00 by zontreck

Installation

docker pull git.zontreck.com/packages/debian:base
sha256:9b4cd6e5fb0a9a47eaad853ab82ff25ae6b201ad046a05a47537286fcbda1444

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'
LABEL author=Tara Piccari maintainer=tarapiccari@gmail.com
SHELL [/bin/bash -c]
ENV HOME=/root
ENV DOCKER=1
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
USER root
WORKDIR /
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/bash -c echo "LC_ALL=en_US.UTF-8" >> /etc/environment # buildkit
RUN /bin/bash -c echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen # buildkit
RUN /bin/bash -c echo "LANG=en_US.UTF-8" >> /etc/locale.conf # buildkit
RUN /bin/bash -c echo "check-certificate = off" >> ~/.wgetrc # buildkit
RUN /bin/bash -c apt update; apt-get upgrade -y # buildkit
RUN /bin/bash -c apt-get install -y rsync zip unzip file git locales curl wget apt-utils # buildkit
RUN /bin/bash -c locale-gen en_US.UTF-8 # buildkit

Labels

Key Value
author Tara Piccari
maintainer tarapiccari@gmail.com
Details
Container
2025-07-24 06:04:29 -07:00
8
OCI / Docker
linux/amd64
119 MiB
Versions (2) View all
build 2025-07-24
base 2025-07-24