partsy (v1.0.0)
Published 2026-04-04 09:11:07 -04:00 by bastian
Installation
docker pull git.debyl.io/debyltech/partsy:v1.0.0sha256:f03e3820387444a2c3c7bddc63455aaa3a9bbcd76ed4abdaa4f65dd392918aaf
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-frontend" org.opencontainers.image.licenses="Proprietary" |
| |1 VERSION=1.0.0 /bin/sh -c apk add --no-cache ca-certificates sqlite sqlite-libs tzdata wget && rm -rf /var/cache/apk/* |
| WORKDIR /app |
| COPY file:771042a84bcf744549515d676440aa248e4e830f47dbb0fb091abee7d6a4fd1a in . |
| COPY dir:f49e9abb6ff86ff13f3c304d64ec5476828ad0a89299de740df65a1436e236f7 in ./migrations |
| COPY dir:f55b02d4c221cf95528f84a38c8d6065055e561e810e83be5c08e7c4e2bf1bd8 in ./static |
| |1 VERSION=1.0.0 /bin/sh -c addgroup -g 1000 partsy && adduser -D -u 1000 -G partsy partsy |
| |1 VERSION=1.0.0 /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-frontend |
| org.opencontainers.image.title | Partsy |
| org.opencontainers.image.vendor | Debyl Tech |
| org.opencontainers.image.version | 1.0.0 |