tsobudget (v0.3.0-alpha.20260730091002)

Published 2026-07-30 09:10:26 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/thehansogroup/tsobudget:v0.3.0-alpha.20260730091002
sha256:bd58d211079b6339371b23b72c786dc3a30c1166b59a556a6f5c9775d1e72bc7

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.3.0-alpha.20260730091002
ENV APP_VERSION=0.3.0-alpha.20260730091002
WORKDIR /app
RUN |1 APP_VERSION=0.3.0-alpha.20260730091002 /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/tsobudget ./ # buildkit
RUN |1 APP_VERSION=0.3.0-alpha.20260730091002 /bin/sh -c /app/bin/tsobudget version # buildkit
USER 1000:1000
CMD ["/app/bin/tsobudget" "start"]
Details
Container
2026-07-30 09:10:26 +00:00
0
OCI / Docker
linux/amd64
60 MiB
Versions (32) View all
cache 2026-09-03
sha-1daeb65 2026-09-03
v0.4.1 2026-07-30
sha-af71edc 2026-07-30