hero_compute_registry/ubuntu-22.04 (latest)

Published 2026-03-20 18:13:48 +00:00 by mahmoud

Installation

docker pull forge.ourworld.tf/lhumina_code/hero_compute_registry/ubuntu-22.04:latest
sha256:fed90dc9cbff15199c5d1ec54c32554e725015c5280fc10b67475d76ac1a570d

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:87202021c36509f80e5414aa2307ce867cd2e3b5f0d0f3bd0c98749793bd1fb4 in /
CMD ["/bin/bash"]
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"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-03-20 18:13:48 +00:00
0
OCI / Docker
linux/amd64
157 MiB
Versions (1) View all
latest 2026-03-20