• Joined on 2023-01-02

pansy (sha-3f3a5b0)

Published 2026-07-21 06:15:47 +00:00 by steve

Installation

docker pull gitea.stevedudenhoeffer.com/steve/pansy:sha-3f3a5b0
sha256:12bdf789e4d925bcced66c2d3a1bfb92996f0c1195528bf3726d6626bb96498e

Images

Digest OS / Arch Size
c89b35be51 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=3f3a5b057cbda432a0d1b4cd2c9b5d3118497cee
ARG BUILD_BRANCH=feat/agent-runtime
ARG BUILD_TIME=2026-07-21T06:15:24Z
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=3f3a5b057cbda432a0d1b4cd2c9b5d3118497cee org.opencontainers.image.version=feat/agent-runtime org.opencontainers.image.created=2026-07-21T06:15:24Z
RUN |3 BUILD_COMMIT=3f3a5b057cbda432a0d1b4cd2c9b5d3118497cee BUILD_BRANCH=feat/agent-runtime BUILD_TIME=2026-07-21T06:15:24Z /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-21T06:15:24Z
org.opencontainers.image.description Self-hostable garden planner
org.opencontainers.image.revision 3f3a5b057cbda432a0d1b4cd2c9b5d3118497cee
org.opencontainers.image.source https://gitea.stevedudenhoeffer.com/steve/pansy
org.opencontainers.image.title pansy
org.opencontainers.image.version feat/agent-runtime
Details
Container
2026-07-21 06:15:47 +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