• Joined on 2023-01-02

pansy (sha-9ec6263)

Published 2026-07-22 05:16:55 +00:00 by steve

Installation

docker pull gitea.stevedudenhoeffer.com/steve/pansy:sha-9ec6263
sha256:a9598374dd58ddc397541f04878976d4c5b0837e1f22574c16924becd46b57ab

Images

Digest OS / Arch Size
94a069963b linux/amd64 15 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG BUILD_COMMIT=9ec626302b5c949fd7622e82c616a311e67a53e6
ARG BUILD_BRANCH=feat/editor-modes
ARG BUILD_TIME=2026-07-22T05:16:46Z
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=9ec626302b5c949fd7622e82c616a311e67a53e6 org.opencontainers.image.version=feat/editor-modes org.opencontainers.image.created=2026-07-22T05:16:46Z
RUN |3 BUILD_COMMIT=9ec626302b5c949fd7622e82c616a311e67a53e6 BUILD_BRANCH=feat/editor-modes BUILD_TIME=2026-07-22T05:16:46Z /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-22T05:16:46Z
org.opencontainers.image.description Self-hostable garden planner
org.opencontainers.image.revision 9ec626302b5c949fd7622e82c616a311e67a53e6
org.opencontainers.image.source https://gitea.stevedudenhoeffer.com/steve/pansy
org.opencontainers.image.title pansy
org.opencontainers.image.version feat/editor-modes
Details
Container
2026-07-22 05:16:55 +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