Block a user
honeydue-api (d42935f-dev)
Published 2026-08-01 13:27:21 -05:00 by trey
Installation
docker pull gitea.treytartt.com/trey/honeydue-api:d42935f-devsha256:33bdd869280523e497b3c7abd6b6ceaa163d524019b433ddf5aaa04818f9609a
Images
| Digest | OS / Arch | Size |
|---|---|---|
| c7ea80d09b | linux/arm64 | 60 MiB |
Image Layers ( linux/arm64)
| ADD alpine-minirootfs-3.19.9-aarch64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates tzdata curl # buildkit |
| RUN /bin/sh -c addgroup -g 1000 app && adduser -u 1000 -G app -s /bin/sh -D app # buildkit |
| WORKDIR /app |
| COPY /app/api /app/api # buildkit |
| COPY /app/worker /app/worker # buildkit |
| COPY /app/goose /usr/local/bin/goose # buildkit |
| COPY /app/templates /app/templates # buildkit |
| COPY /app/static /app/static # buildkit |
| COPY /app/migrations /app/migrations # buildkit |
| COPY /app/seeds /app/seeds # buildkit |
| RUN /bin/sh -c mkdir -p /app/uploads && chown -R app:app /app # buildkit |
| USER app |
| EXPOSE [8000/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:${PORT:-8000}/api/health/ || exit 1"] "30s" "10s" "10s" "0s" '\x03'} |
| CMD ["/app/api"] |
Details
2026-08-01 13:27:21 -05:00
Versions (67)
View all
Container
1
OCI / Docker
03ea71c-dev
2026-08-01
d42935f-dev
2026-08-01
latest
2026-07-29
d42935f
2026-07-29
ea29d99
2026-07-28