koffan (latest)

Published 2026-01-15 14:28:21 +01:00 by rune

Installation

docker pull gitlab.no/rune/koffan:latest
sha256:9a11508bdcd909054472f76d335113a0c25a499c054f52729c8c2473c08e34ba

Images

Digest OS / Arch Size
74f38e50bf linux/amd64 15 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.source=https://github.com/PanSalut/Koffan
LABEL org.opencontainers.image.description=Open source self-hosted groceries list for families and shared households
LABEL org.opencontainers.image.licenses=MIT
WORKDIR /app
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata libc6-compat # buildkit
COPY /app/shopping-list . # buildkit
COPY /app/templates ./templates # buildkit
COPY /app/static ./static # buildkit
RUN /bin/sh -c mkdir -p /data # buildkit
ENV APP_ENV=production
ENV PORT=80
ENV DB_PATH=/data/shopping.db
EXPOSE [80/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://127.0.0.1:80/login || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
CMD ["./shopping-list"]

Labels

Key Value
org.opencontainers.image.description Open source self-hosted groceries list for families and shared households
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/PanSalut/Koffan
Details
Container
2026-01-15 14:28:21 +01:00
0
OCI / Docker
Versions (2) View all
1.5.4 2026-01-15
latest 2026-01-15