binks (sha256:52d16782041aef7a2b4dad55303581b78a0657d1a2935825eff6883036373b6f)
Installation
docker pull git.richey.dev/miles/binks@sha256:52d16782041aef7a2b4dad55303581b78a0657d1a2935825eff6883036373b6fsha256:52d16782041aef7a2b4dad55303581b78a0657d1a2935825eff6883036373b6fImage 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-24T18:01:44.809Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 561a857a4bce8dc90f0f73c32973143704d33a9e |
| 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.6.6 |
Details
2026-03-24 13:12:00 -05:00
Versions (26)
View all
Container
0
OCI / Docker
linux/arm64
8.5 MiB
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