hero_docker (1.0.0)

Published 2025-12-10 14:13:38 +00:00 by mik-tf in lhumina_code/hero_docker

Installation

docker pull forge.ourworld.tf/lhumina_code/hero_docker:1.0.0
sha256:8bbe0bda3cb2cbae30741947b471de0a90ed1c7ec5440419debe190e95c0c4f3

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in /
CMD ["/bin/bash"]
/bin/sh -c apt update && apt install -y curl libatomic1 sudo autoconf libtool iputils-ping net-tools git rsync curl mc tmux libsqlite3-dev xz-utils git git-lfs redis-server ufw screen fswatch unzip openssh-client
/bin/sh -c curl -fsSL https://bun.sh/install | bash
ENV PATH="/root/.bun/bin:${PATH}"
/bin/sh -c curl -L -o /usr/local/bin/hero https://github.com/incubaid/herolib/releases/latest/download/hero-x86_64-linux-musl
/bin/sh -c chmod +x /usr/local/bin/hero
WORKDIR /workspace
COPY file:1cb3a5bf3132cb99a941702ba456a2e498cb2e1891ca35234de04a684bbfa02c in /root/start.sh
/bin/sh -c chmod +x /root/start.sh
ENTRYPOINT ["/root/start.sh"]

Labels

Key Value
io.buildah.version 1.23.1
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-12-10 14:13:38 +00:00
1
OCI / Docker
linux/amd64
289 MiB
Versions (1) View all
1.0.0 2025-12-10