tsobudget (v0.3.0)

Published 2026-07-30 07:10:18 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/thehansogroup/tsobudget:v0.3.0
sha256:b133d3ec5019e19e006526f014e7728ef81ee225105627bacd2d65c5de50ed5d

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
ENV APP_VERSION=0.3.0
WORKDIR /app
RUN |1 APP_VERSION=0.3.0 /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 /bin/sh -c /app/bin/tsobudget version # buildkit
USER 1000:1000
CMD ["/app/bin/tsobudget" "start"]
Details
Container
2026-07-30 07:10:18 +00:00
28
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