saibot (sha-bd5720f)

Published 2026-07-12 23:45:51 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/thehansogroup/saibot:sha-bd5720f
sha256:68e3c29058c0a0c1a48611c2ce2be7dbe65d4a58e03144e21fafe6ed6ec56a2e

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'
ENV LANG=C.UTF-8 MIX_ENV=prod DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install --yes --no-install-recommends ca-certificates libncurses6 libstdc++6 openssl && rm -rf /var/lib/apt/lists/* # buildkit
ARG APP_VERSION=0.1.0-dev+bd5720f
ENV APP_VERSION=0.1.0-dev+bd5720f
WORKDIR /app
RUN |1 APP_VERSION=0.1.0-dev+bd5720f /bin/sh -c groupadd --gid 1000 app && useradd --uid 1000 --gid 1000 --home-dir /app --shell /usr/sbin/nologin app && chown app:app /app # buildkit
COPY --chown=app:app /app/_build/prod/rel/saibot ./ # buildkit
RUN |1 APP_VERSION=0.1.0-dev+bd5720f /bin/sh -c /app/bin/saibot version # buildkit
USER 1000:1000
CMD ["/app/bin/saibot" "start"]
Details
Container
2026-07-12 23:45:51 +00:00
0
OCI / Docker
linux/amd64
73 MiB
Versions (73) View all
cache-release 2026-07-13
sha-64e07a7 2026-07-13
v0.8.0 2026-07-13
cache-main 2026-07-13
dev-sha-64e07a7 2026-07-13