debian-bookworm-ssh-rsync (6a21413f263b2ae91c71b26279520779c81690db)
Published 2025-12-26 19:56:33 +00:00 by ralf
Installation
docker pull git.home.schumbi.de/ralf/debian-bookworm-ssh-rsync:6a21413f263b2ae91c71b26279520779c81690dbsha256:12b430ecf949873bffb3c7d9e07d673fc82c9e59b1d6c7198684ab89a01e5890Image 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 |
| 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
2025-12-26 19:56:33 +00:00
Versions (7)
View all
Container
0
OCI / Docker
linux/amd64
100 MiB
latest
2026-01-06
521ec0e456f84e8328ef52ce20d5090c4c561002
2026-01-06
bb532dbc8c6961c72a5f77cd76e522374abec1b4
2025-12-26
ae29de8973060a3edc7efe21ccc80538042571cd
2025-12-26
ebc4471dd09d6cc856eadef91d24b7eb654fc870
2025-12-26