debian-bookworm-ssh-rsync (ae29de8973060a3edc7efe21ccc80538042571cd)

Published 2025-12-26 23:17:04 +00:00 by ralf

Installation

docker pull git.home.schumbi.de/ralf/debian-bookworm-ssh-rsync:ae29de8973060a3edc7efe21ccc80538042571cd
sha256:c4de0dc657cecda8bd1353194253b6d2cef0b376d1f4541f74bc7eadc2cfc004

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'
ENV DEBIAN_FRONTEND=noninteractive PIP_DISABLE_PIP_VERSION_CHECK=1 PIP_NO_CACHE_DIR=1 PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1
RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates openssh-client rsync git curl jq python3 python3-venv python3-pip ; rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c set -eux; curl -fsSL https://deb.nodesource.com/setup_24.x | bash -; apt-get install -y --no-install-recommends nodejs; rm -rf /var/lib/apt/lists/*; which node; which npm; node --version; npm --version # buildkit
ENV VENV_PATH=/opt/venv
RUN /bin/sh -c set -eux; python3 -m venv "${VENV_PATH}"; "${VENV_PATH}/bin/pip" install --upgrade pip setuptools wheel; "${VENV_PATH}/bin/pip" install requests PyYAML python-dateutil python-dotenv rich click pydantic # buildkit
ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /bin/sh -c set -eux; mkdir -p /root/.ssh; chmod 700 /root/.ssh; touch /root/.ssh/known_hosts; chmod 600 /root/.ssh/known_hosts # buildkit
WORKDIR /work
CMD ["python" "--version"]
Details
Container
2025-12-26 23:17:04 +00:00
0
OCI / Docker
linux/amd64
158 MiB
Versions (7) View all