tsobudget (v0.2.0)
Published 2026-07-30 06:58:22 +00:00 by jlxq0
Installation
docker pull forge.oddie.app/thehansogroup/tsobudget:v0.2.0sha256:b265f31d6a7edb0428f88ebac3a416a744de96b724ffc020c3c78b8ae7bee007Image 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.2.0 |
| ENV APP_VERSION=0.2.0 |
| WORKDIR /app |
| RUN |1 APP_VERSION=0.2.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.2.0 /bin/sh -c /app/bin/tsobudget version # buildkit |
| USER 1000:1000 |
| CMD ["/app/bin/tsobudget" "start"] |
Details
2026-07-30 06:58:22 +00:00
Versions (32)
View all
Container
1
OCI / Docker
linux/amd64
60 MiB
cache
2026-09-03
sha-1daeb65
2026-09-03
v0.4.1-alpha.20260903061819
2026-09-03
v0.4.1
2026-07-30
sha-af71edc
2026-07-30