docker-services (sha256:ca1f17e732e92ee56d66317f16372a4621584b77504436c88f118eeac628c13d)

Published 2026-09-10 18:15:07 +00:00 by tsieprawski

Installation

docker pull code.sieprawski.pl/tsieprawski/docker-services@sha256:ca1f17e732e92ee56d66317f16372a4621584b77504436c88f118eeac628c13d
sha256:ca1f17e732e92ee56d66317f16372a4621584b77504436c88f118eeac628c13d

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'
RUN /bin/sh -c set -xe && export DEBIAN_FRONTEND=noninteractive && apt-get -o Acquire::Check-Valid-Until=false -o Acquire::Retries=5 update && apt-get -o Acquire::Retries=5 install --no-install-recommends -y ca-certificates && ( echo 'deb https://snapshot.debian.org/archive/debian/20251029T143337Z/ trixie main' | tee /etc/apt/sources.list.d/snapshot.list ) && ( printf "Package: r-*\nPin: origin snapshot.debian.org\nPin-Priority: 990\n" | tee /etc/apt/preferences.d/snapshot ) && apt-get -o Acquire::Retries=5 upgrade --no-install-recommends -y curl=8.14.1-2+deb13u4 git=1:2.47.3-0+deb13u1 # buildkit
ADD post.sh /post.sh # buildkit
RUN /bin/sh -c set -xe && apt-get -o Acquire::Retries=5 install --no-install-recommends -y goaccess=1:1.9.3-1 python3=3.13.5-1 python3-pip=25.1.1+dfsg-1 python3-venv=3.13.5-1 && pip3 install --no-cache-dir --break-system-packages playwright==1.55.0 && playwright install --with-deps chromium && curl -L -o geoipupdate.deb https://github.com/maxmind/geoipupdate/releases/download/v7.1.1/geoipupdate_7.1.1_linux_amd64.deb && dpkg -i geoipupdate.deb && rm geoipupdate.deb && /post.sh # buildkit
ADD enslavethemstars.pl-logs/GeoIP.conf /etc/GeoIP.conf # buildkit