de Byl Technologies

partsy (v2026.2)

Published 2026-04-04 09:41:56 -04:00 by bastian

Installation

docker pull git.debyl.io/debyltech/partsy:v2026.2
sha256:495675ab93b118799d55df246690c027529e6a19cb3d2e2737f43e96866b69c5

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.2 /bin/sh -c apk add --no-cache ca-certificates sqlite sqlite-libs tzdata wget && rm -rf /var/cache/apk/*
WORKDIR /app
COPY file:7a99bba5c24f61d8bb232789532df5016a87b16f2c9317c9e533f7d53006ece5 in .
COPY dir:f49e9abb6ff86ff13f3c304d64ec5476828ad0a89299de740df65a1436e236f7 in ./migrations
COPY dir:f55b02d4c221cf95528f84a38c8d6065055e561e810e83be5c08e7c4e2bf1bd8 in ./static
|1 VERSION=2026.2 /bin/sh -c addgroup -g 1000 partsy && adduser -D -u 1000 -G partsy partsy
|1 VERSION=2026.2 /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.2
Details
Container
2026-04-04 09:41:56 -04:00
0
OCI / Docker
linux/amd64
Proprietary
21 MiB
Versions (4) View all
latest 2026-04-04
v2026.3 2026-04-04
v2026.2 2026-04-04
v1.0.0 2026-04-04