• Joined on 2026-04-15

wealthy (latest)

Published 2026-04-20 08:04:03 +00:00 by knacky

Installation

docker pull repo.try2get.in/knacky/wealthy:latest
sha256:4a74a211275532ed6f94fc37ad75cdabb7fab79e6753f5525039448bb32979ee

Image Layers

ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.source="https://repo.try2get.in/KnackyCorp/Wealthy"
/bin/sh -c apk add --no-cache ca-certificates curl
WORKDIR /app
COPY file:ca1081adbb0ad92bcfcce88c0875f8aedbcdeaf708f9cd001ee59e1b7feaee78 in .
/bin/sh -c mkdir -p /app/data
ENV DB_PATH=/app/data/wealthy.db
ENV PORT=8080
EXPOSE 8080
VOLUME ["/app/data"]
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 CMD curl -f http://localhost:8080/health || exit 1
CMD ["./wealthy"]

Labels

Key Value
io.buildah.version 1.43.1
org.opencontainers.image.source https://repo.try2get.in/KnackyCorp/Wealthy
Details
Container
2026-04-20 08:04:03 +00:00
0
OCI / Docker
linux/amd64
17 MiB
Versions (2) View all
v1.0.0 2026-04-20
latest 2026-04-20