Synthonyx Technologies Ltd

shares (0.4.0-s1)

Published 2026-07-23 06:22:00 +00:00 by arjanvaneersel

Installation

docker pull cr.synthonyx.com/synthonyx/shares:0.4.0-s1
sha256:3b43d1c9b3a1e1e401ea020f56d616b8fab533532746a6d8a5e43f12f694b4e6

Image Layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
/bin/sh -c apk add --no-cache ca-certificates curl && apk upgrade --no-cache
/bin/sh -c addgroup -g 10007 shares && adduser -S -u 10007 -G shares -H -s /sbin/nologin shares
WORKDIR /app
COPY file:0b4cbc126794999316142258bfcf2db3116465cd250514a7f6d5c4c95fa6b0b6 in /usr/local/bin/shares
COPY dir:23855c7e2d8ac4e2bfa50b4b14186b82c253755f08f08c609a88a85c8713bc90 in /app/static
ENV SHARES_BIND_HOST=0.0.0.0 SHARES_BIND_PORT=8080 SHARES_STATIC_DIR=/app/static RUST_LOG=info,shares=debug
EXPOSE 8080
USER shares:shares
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 CMD curl -sf http://127.0.0.1:8080/healthz | grep -q ok || exit 1
ENTRYPOINT ["/usr/local/bin/shares"]

Labels

Key Value
io.buildah.version 1.44.0
Details
Container
2026-07-23 06:22:00 +00:00
1
OCI / Docker
linux/amd64
12 MiB
Versions (9) View all
0.7.1-s2 2026-08-13
0.7.1-s1 2026-08-03
0.7.0-s1 2026-07-24
0.6.1-s1 2026-07-24
0.6.0-s1 2026-07-23