partsy (v2026.3)
Published 2026-04-04 10:00:53 -04:00 by bastian
Installation
docker pull git.debyl.io/debyltech/partsy:v2026.3sha256:58e6d7fc38927b5e3cbaf5d77ed014804f5f8ea286d6a2fec60152ecabcaef3f
About this package
Self-hosted inventory management system
Image Layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG VERSION |
| LABEL org.opencontainers.image.title="Partsy" org.opencontainers.image.description="Self-hosted inventory management system" org.opencontainers.image.version="${VERSION}" org.opencontainers.image.vendor="Debyl Tech" org.opencontainers.image.source="https://git.debyl.io/debyltech/partsy" org.opencontainers.image.licenses="Proprietary" |
| |1 VERSION=2026.3 /bin/sh -c apk add --no-cache ca-certificates sqlite sqlite-libs tzdata wget && rm -rf /var/cache/apk/* |
| WORKDIR /app |
| COPY file:e2af6242155ee6af5fe83024abc8ab35a4e8cba473d857952a1c65de551a00d3 in . |
| COPY dir:f49e9abb6ff86ff13f3c304d64ec5476828ad0a89299de740df65a1436e236f7 in ./migrations |
| COPY dir:f55b02d4c221cf95528f84a38c8d6065055e561e810e83be5c08e7c4e2bf1bd8 in ./static |
| |1 VERSION=2026.3 /bin/sh -c addgroup -g 1000 partsy && adduser -D -u 1000 -G partsy partsy |
| |1 VERSION=2026.3 /bin/sh -c mkdir -p /data /backups && chown -R partsy:partsy /data /backups /app |
| EXPOSE 8080 |
| HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 CMD wget --no-verbose --tries=1 --spider http://localhost:8080/api/v1/health || exit 1 |
| USER partsy |
| ENV PARTSY_MODE=free PARTSY_DATA_DIR=/data PARTSY_BACKUP_DIR=/backups PARTSY_MIGRATIONS_DIR=/app/migrations PARTSY_PORT=8080 PARTSY_STATIC_DIR=/app/static LOG_LEVEL=info |
| VOLUME ["/data", "/backups"] |
| ENTRYPOINT ["/app/partsy-api"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.42.2 |
| org.opencontainers.image.description | Self-hosted inventory management system |
| org.opencontainers.image.licenses | Proprietary |
| org.opencontainers.image.source | https://git.debyl.io/debyltech/partsy |
| org.opencontainers.image.title | Partsy |
| org.opencontainers.image.vendor | Debyl Tech |
| org.opencontainers.image.version | 2026.3 |