binks (sha256:7bb2c95850e937474d9f384e82c1b2931ef4387a2f62048e72f9dd34f88a8a2f)

Published 2026-03-17 17:02:07 -05:00 by miles in miles/binks

Installation

docker pull git.richey.dev/miles/binks@sha256:7bb2c95850e937474d9f384e82c1b2931ef4387a2f62048e72f9dd34f88a8a2f
sha256:7bb2c95850e937474d9f384e82c1b2931ef4387a2f62048e72f9dd34f88a8a2f

Image layers

ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache ca-certificates # buildkit
RUN /bin/sh -c addgroup -g 1000 appuser && adduser -D -u 1000 -G appuser -s /bin/false appuser # buildkit
COPY /app/target/release/binks /usr/local/bin/binks # buildkit
RUN /bin/sh -c mkdir -p /app/data /app/config /app/uploads # buildkit
RUN /bin/sh -c chown -R appuser:appuser /app # buildkit
USER appuser
WORKDIR /app
ENV BINKS_CONFIG_PATH=/app/config/binks.toml
ENV BINKS_UPLOAD_PATH=/app/uploads
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:8080/ > /dev/null || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
CMD ["binks"]

Labels

Key Value
org.opencontainers.image.created 2026-03-17T21:49:16.810Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision dc537cc3830b15e61b3c0b8ca2d14743bc6fdfe7
org.opencontainers.image.source https://git.richey.dev/miles/binks
org.opencontainers.image.title binks
org.opencontainers.image.url https://git.richey.dev/miles/binks
org.opencontainers.image.version v0.5.4
Details
Container
2026-03-17 17:02:07 -05:00
0
OCI / Docker
linux/arm64
8.2 MiB
Versions (26) View all
v0.7.5 2026-04-27
latest 2026-04-27
v0.7.5-full 2026-04-27
latest-full 2026-04-27
v0.7.4-full 2026-04-09