chore-tracker (sha256:8e161774ec955447843b3a8710ac812594afb46f99858eb22f753ecb0e5c0dd6)

Published 2026-05-08 00:52:10 +00:00 by wayfinderak

Installation

docker pull gitea.djpianalto.com/wayfinderak/chore-tracker@sha256:8e161774ec955447843b3a8710ac812594afb46f99858eb22f753ecb0e5c0dd6
sha256:8e161774ec955447843b3a8710ac812594afb46f99858eb22f753ecb0e5c0dd6

Image Layers

ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG VERSION=main
ARG REVISION=503f0f947c9a7aaf490d6ceda257676b73450821
ARG BUILD_DATE=2026-05-08T00:47:56Z
LABEL org.opencontainers.image.title=chore-tracker org.opencontainers.image.version=main org.opencontainers.image.revision=503f0f947c9a7aaf490d6ceda257676b73450821 org.opencontainers.image.created=2026-05-08T00:47:56Z
RUN |3 VERSION=main REVISION=503f0f947c9a7aaf490d6ceda257676b73450821 BUILD_DATE=2026-05-08T00:47:56Z /bin/sh -c apk add --no-cache postgresql17-client ca-certificates && addgroup -S chore && adduser -S chore -G chore # buildkit
WORKDIR /app
COPY /out/chore-server /usr/local/bin/chore-server # buildkit
COPY /out/chore-worker /usr/local/bin/chore-worker # buildkit
COPY /out/chore-admin /usr/local/bin/chore-admin # buildkit
COPY db ./db # buildkit
COPY internal/web/static ./internal/web/static # buildkit
USER chore
EXPOSE [8080/tcp]
CMD ["chore-server"]

Labels

Key Value
org.opencontainers.image.created 2026-05-08T00:47:56Z
org.opencontainers.image.revision 503f0f947c9a7aaf490d6ceda257676b73450821
org.opencontainers.image.source https://gitea.wayfinderak.com/wayfinderak/chore-tracker
org.opencontainers.image.title chore-tracker
org.opencontainers.image.version main
Details
Container
2026-05-08 00:52:10 +00:00
0
OCI / Docker
linux/amd64
33 MiB
Versions (8) View all
latest 2026-05-08
main 2026-05-08
2b98325bb79d 2026-05-08
503f0f947c9a 2026-05-08
19d7cfaffd49 2026-05-07