alexandre
  • Joined on 2026-01-16

budgit (0601a23)

Published 2026-03-21 18:05:02 -03:00 by alexandre

Installation

docker pull git.possebom.com/alexandre/budgit:0601a23
sha256:1ee7d8176e8966712bba3511dd9483db7a5db4b8c5057573f6b599a15fe58f9e

Images

Digest OS / Arch Size
8c794eac6c 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-21T21:03:53.917Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 0601a2352084be3915b7872881b488735ff44c49
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
Details
Container
2026-03-21 18:05:02 -03:00
0
OCI / Docker
Versions (8) View all
latest 2026-03-22
e0053cb 2026-03-22
e863276 2026-03-22
b253c27 2026-03-22
e2a8ff5 2026-03-22