Block a user
budgit (e2a8ff5)
Published 2026-03-22 13:00:00 -03:00 by alexandre
Installation
docker pull git.possebom.com/alexandre/budgit:e2a8ff5sha256:b6c3185bdc0d767ab87ac4de06e4c0b7e38f23ddda1f2c921fcd2f2000ff91d3
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0ee4e7048c | 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-22T15:58:51.077Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | e2a8ff5089f0ce3d81a16216cc1710d8603798e6 |
| 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 |