• Joined on 2023-01-02

pansy (sha-8aad227)

Published 2026-07-22 05:35:28 +00:00 by steve

Installation

docker pull gitea.stevedudenhoeffer.com/steve/pansy:sha-8aad227
sha256:d42e2163fc6aeb4e4686bca192c886d7d8264e6ce472e5d461d384c4894d7cee

Images

Digest OS / Arch Size
6fcd3cd547 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=8aad2278a0a93c18da7da36ee6638d34f7f044ba
ARG BUILD_BRANCH=feat/exif-orientation
ARG BUILD_TIME=2026-07-22T05:35:22Z
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=8aad2278a0a93c18da7da36ee6638d34f7f044ba org.opencontainers.image.version=feat/exif-orientation org.opencontainers.image.created=2026-07-22T05:35:22Z
RUN |3 BUILD_COMMIT=8aad2278a0a93c18da7da36ee6638d34f7f044ba BUILD_BRANCH=feat/exif-orientation BUILD_TIME=2026-07-22T05:35:22Z /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:35:22Z
org.opencontainers.image.description Self-hostable garden planner
org.opencontainers.image.revision 8aad2278a0a93c18da7da36ee6638d34f7f044ba
org.opencontainers.image.source https://gitea.stevedudenhoeffer.com/steve/pansy
org.opencontainers.image.title pansy
org.opencontainers.image.version feat/exif-orientation
Details
Container
2026-07-22 05:35:28 +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