tsobudget (sha-1daeb65)
Published 2026-09-03 06:19:10 +00:00 by jlxq0
Installation
docker pull forge.oddie.app/thehansogroup/tsobudget:sha-1daeb65sha256:ea0164006ee019c280e8cea828c5342404d4a5a52c5e25a18d2bf0b6559499efImage 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.4.1-alpha.20260903061819 |
| ENV APP_VERSION=0.4.1-alpha.20260903061819 |
| WORKDIR /app |
| RUN |1 APP_VERSION=0.4.1-alpha.20260903061819 /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.4.1-alpha.20260903061819 /bin/sh -c /app/bin/tsobudget version # buildkit |
| USER 1000:1000 |
| CMD ["/app/bin/tsobudget" "start"] |
Details
2026-09-03 06:19:10 +00:00
Versions (32)
View all
Container
0
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