• Joined on 2023-01-02

pansy (fix-rough-edges)

Published 2026-07-22 03:53:34 +00:00 by steve

Installation

docker pull gitea.stevedudenhoeffer.com/steve/pansy:fix-rough-edges
sha256:b79e0878b5ff75e83b7390ccc997ae1848d7f9dcb2c54fc75d7abce3f2449788

Images

Digest OS / Arch Size
67b1235f64 linux/amd64 14 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG BUILD_COMMIT=757ac7394d852f8bfb2c7b45041b191afe69a86f
ARG BUILD_BRANCH=fix/rough-edges
ARG BUILD_TIME=2026-07-22T03:53:21Z
LABEL org.opencontainers.image.title=pansy org.opencontainers.image.description=Self-hostable garden planner org.opencontainers.image.source=https://gitea.stevedudenhoeffer.com/steve/pansy org.opencontainers.image.revision=757ac7394d852f8bfb2c7b45041b191afe69a86f org.opencontainers.image.version=fix/rough-edges org.opencontainers.image.created=2026-07-22T03:53:21Z
RUN |3 BUILD_COMMIT=757ac7394d852f8bfb2c7b45041b191afe69a86f BUILD_BRANCH=fix/rough-edges BUILD_TIME=2026-07-22T03:53:21Z /bin/sh -c apk add --no-cache ca-certificates tzdata && adduser -D -u 10001 pansy && mkdir -p /data && chown pansy:pansy /data # buildkit
COPY /out/pansy /usr/local/bin/pansy # buildkit
USER pansy
ENV PANSY_PORT=8080 PANSY_DB=/data/pansy.db
WORKDIR /data
VOLUME [/data]
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL wget -q -O - "http://127.0.0.1:${PANSY_PORT}/api/v1/healthz" || exit 1] Interval:30s Timeout:3s StartPeriod:5s StartInterval:0s Retries:3}
ENTRYPOINT ["/usr/local/bin/pansy"]

Labels

Key Value
org.opencontainers.image.created 2026-07-22T03:53:21Z
org.opencontainers.image.description Self-hostable garden planner
org.opencontainers.image.revision 757ac7394d852f8bfb2c7b45041b191afe69a86f
org.opencontainers.image.source https://gitea.stevedudenhoeffer.com/steve/pansy
org.opencontainers.image.title pansy
org.opencontainers.image.version fix/rough-edges
Details
Container
2026-07-22 03:53:34 +00:00
0
OCI / Docker
Versions (188) View all
latest 2026-07-23
sha-cac2628 2026-07-23
sha-c432fe9 2026-07-23
sha-f148755 2026-07-23