hanso_web (sha-9007b73)

Published 2026-05-25 07:00:40 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/thehansogroup/hanso_web:sha-9007b73
sha256:eff495dc7b28218e05c0b7788944a923a77a39779e62e070caf82fb129e6004c

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1743984000'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
WORKDIR /app
RUN /bin/sh -c chown nobody /app # buildkit
ENV MIX_ENV=prod
COPY --chown=nobody:root /app/_build/prod/rel/hanso30 ./ # buildkit
COPY --chown=nobody:root weblog ./weblog # buildkit
USER nobody
CMD ["/app/bin/server"]
Details
Container
2026-05-25 07:00:40 +00:00
0
OCI / Docker
linux/amd64
76 MiB
Versions (22) View all
cache 2026-06-13
sha-095a67d 2026-06-13
v3.3.4 2026-06-13
sha-c060b2b 2026-06-13