saibot (sha-319f178)

Published 2026-07-13 06:22:34 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/thehansogroup/saibot:sha-319f178
sha256:b6c61fb68bedf2208391229b9da8d82dca04570b6ac40c93177e3a6f97835950

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.7.1
ENV APP_VERSION=0.7.1
WORKDIR /app
RUN |1 APP_VERSION=0.7.1 /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.7.1 /bin/sh -c /app/bin/saibot version # buildkit
USER 1000:1000
CMD ["/app/bin/saibot" "start"]
Details
Container
2026-07-13 06:22:34 +00:00
2
OCI / Docker
linux/amd64
72 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