hero_docker (latest)

Published 2025-12-24 05:57:39 +00:00 by omarz

Installation

docker pull forge.ourworld.tf/omarz/hero_docker:latest
sha256:caf1f6f2bae8d901cf757fed8365a8272d3a2b593b1f5b189d666c14437e998f

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:598ca0108009b5c2e9e6f4fc4bd19a6bcd604fccb5b9376fac14a75522a5cfa3 in /
CMD ["/bin/bash"]
/bin/sh -c apt update
/bin/sh -c apt install -y libatomic1 sudo autoconf libtool
/bin/sh -c apt install -y iputils-ping net-tools
/bin/sh -c apt install -y git rsync curl mc tmux
/bin/sh -c apt install -y libsqlite3-dev xz-utils git-lfs
/bin/sh -c apt install -y redis-server openssh-client openssh-server
/bin/sh -c apt install -y ufw screen fswatch unzip
/bin/sh -c curl -fsSL https://bun.sh/install | bash
ENV PATH=/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
/bin/sh -c curl -L -o /usr/local/bin/hero https://github.com/incubaid/herolib/releases/latest/download/hero-x86_64-linux-musl && chmod +x /usr/local/bin/hero
/bin/sh -c wget -O /sbin/zinit https://github.com/threefoldtech/zinit/releases/download/v0.2.14/zinit && chmod +x /sbin/zinit
/bin/sh -c wget -O /tmp/mycelium.tar.gz https://github.com/threefoldtech/mycelium/releases/download/v0.6.2/mycelium-x86_64-unknown-linux-musl.tar.gz && tar -xzf /tmp/mycelium.tar.gz -C /sbin && chmod +x /sbin/mycelium && rm /tmp/mycelium.tar.gz
WORKDIR /workspace
COPY dir:eaff8bbc46a899684ccc1975199ec95bb0e84aa34622ff962edb421b6ed8c81f in /
ENTRYPOINT ["/sbin/zinit" "init"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-12-24 05:57:39 +00:00
2
OCI / Docker
linux/amd64
302 MiB
Versions (1) View all
latest 2025-12-24