Exo

hydra (sha256:120f525f3951c2991bc8181939e579fa47c01c39904380416a0ee89c4e725e26)

Published 2026-08-11 11:46:10 +00:00 by admin_ekaii in exo/hydra

Installation

docker pull forgejo.ekaii.fr/exo/hydra@sha256:120f525f3951c2991bc8181939e579fa47c01c39904380416a0ee89c4e725e26
sha256:120f525f3951c2991bc8181939e579fa47c01c39904380416a0ee89c4e725e26

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates iperf3 iproute2 tzdata libssl3 wireguard-tools gosu libcap2-bin && rm -rf /var/lib/apt/lists/* # buildkit
ENV MALLOC_CONF=prof:true,prof_active:true,lg_prof_sample:19,prof_prefix:/config/jeprof
COPY /build/typhon-engine/target/release/typhon-engine /usr/local/bin/hydra-engine # buildkit
COPY /hydra /usr/local/bin/hydra # buildkit
COPY configs/ /app/configs/ # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c groupadd -g 1000 hydra && useradd -u 1000 -g 1000 -d /config -s /usr/sbin/nologin hydra # buildkit
WORKDIR /app
ENV GOMEMLIMIT=8GiB
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
Details
Container
2026-08-11 11:46:10 +00:00
1
OCI / Docker
linux/amd64
60 MiB
Versions (2) View all
ekaii-latest 2026-08-11
ekaii-v3.57.0 2026-08-11