Block a user
budgit (3ecbfb1)
Published 2026-03-21 17:37:33 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/budgit:3ecbfb1sha256:59993ffee5423e8c8483168330c15ccb6a483efb35e11a84349cfc50a8c917f4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c687d5787b | linux/amd64 | 33 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/budgit-server /usr/local/bin/ # buildkit |
| ENV PORT=3000 |
| ENV BUDGIT_HOST=0.0.0.0 |
| VOLUME [/data] |
| WORKDIR /data |
| EXPOSE [3000/tcp] |
| CMD ["budgit-server"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-21T20:36:21.494Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 3ecbfb11f832300998b9f343e8a6517f590cdeeb |
| org.opencontainers.image.source | https://git.possebom.com/alexandre/budgit |
| org.opencontainers.image.title | budgit |
| org.opencontainers.image.url | https://git.possebom.com/alexandre/budgit |
| org.opencontainers.image.version | latest |