• Joined on 2023-01-02

pansy (feat-editor-modes)

Published 2026-07-22 05:31:17 +00:00 by steve

Installation

docker pull gitea.stevedudenhoeffer.com/steve/pansy:feat-editor-modes
sha256:9a1cf4d57f1268f415e10c5c588a1ff74956ce68ab08cebf7840d9782f24442e

Images

Digest OS / Arch Size
2a1f968d0f 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=2d25b7e28e016b2ec6c1fcbf8df2d040c65a336e
ARG BUILD_BRANCH=feat/editor-modes
ARG BUILD_TIME=2026-07-22T05:31:07Z
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=2d25b7e28e016b2ec6c1fcbf8df2d040c65a336e org.opencontainers.image.version=feat/editor-modes org.opencontainers.image.created=2026-07-22T05:31:07Z
RUN |3 BUILD_COMMIT=2d25b7e28e016b2ec6c1fcbf8df2d040c65a336e BUILD_BRANCH=feat/editor-modes BUILD_TIME=2026-07-22T05:31:07Z /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:31:07Z
org.opencontainers.image.description Self-hostable garden planner
org.opencontainers.image.revision 2d25b7e28e016b2ec6c1fcbf8df2d040c65a336e
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:31:17 +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