Block a user
koffan (latest)
Published 2026-01-15 14:28:21 +01:00 by rune
Installation
docker pull gitlab.no/rune/koffan:latestsha256: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 |