hero_compute_registry/debian (latest)
Published 2026-03-20 18:12:34 +00:00 by mahmoud
Installation
docker pull forge.ourworld.tf/lhumina_code/hero_compute_registry/debian:latestsha256:b8c6fb116db377af6aae6906e16405ba68c59de7b74302062d94aac799f5b6cbImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y openssh-server bash iproute2 iputils-ping curl wget ca-certificates gnupg lsb-release vim nano less htop net-tools dnsutils git sudo && sed -i 's/#PermitRootLogin.*/PermitRootLogin prohibit-password/' /etc/ssh/sshd_config && sed -i 's/#PasswordAuthentication.*/PasswordAuthentication no/' /etc/ssh/sshd_config && sed -i 's/#PubkeyAuthentication.*/PubkeyAuthentication yes/' /etc/ssh/sshd_config && mkdir -p /root/.ssh && chmod 700 /root/.ssh && touch /root/.ssh/authorized_keys && chmod 600 /root/.ssh/authorized_keys # buildkit |
| EXPOSE map[22/tcp:{}] |
| CMD ["bash" "-c" "mkdir -p /run/sshd && exec /usr/sbin/sshd -D -e"] |