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:ae29de8973060a3edc7efe21ccc80538042571cdsha256:c4de0dc657cecda8bd1353194253b6d2cef0b376d1f4541f74bc7eadc2cfc004Image 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
2025-12-26 23:17:04 +00:00
Versions (7)
View all
Container
0
OCI / Docker
linux/amd64
158 MiB
latest
2026-01-06
521ec0e456f84e8328ef52ce20d5090c4c561002
2026-01-06
bb532dbc8c6961c72a5f77cd76e522374abec1b4
2025-12-26
ae29de8973060a3edc7efe21ccc80538042571cd
2025-12-26
ebc4471dd09d6cc856eadef91d24b7eb654fc870
2025-12-26