koffan (sha256:74f38e50bf925405c595749fb05c887415e429b4475df69724a18189c56502f5)

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

Installation

docker pull gitlab.pm/rune/koffan@sha256:74f38e50bf925405c595749fb05c887415e429b4475df69724a18189c56502f5
sha256:74f38e50bf925405c595749fb05c887415e429b4475df69724a18189c56502f5

About this package

Open source self-hosted groceries list for families and shared households

Image layers

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
262
OCI / Docker
linux/amd64
MIT
15 MiB
Versions (2) View all
1.5.4 2026-01-15
latest 2026-01-15