binks (sha256:5d4c9208b4299649a709e6f48e2c0df944162cc19133b56c655a9013529db1ce)
Installation
docker pull git.richey.dev/miles/binks@sha256:5d4c9208b4299649a709e6f48e2c0df944162cc19133b56c655a9013529db1cesha256:5d4c9208b4299649a709e6f48e2c0df944162cc19133b56c655a9013529db1ceImage layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache ca-certificates wget # 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-25T19:00:04.469Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 24af5d97aa2ccf0717cec7bd65afe051ee074d8f |
| 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.8 |
Details
2026-03-25 14:06:52 -05:00
Versions (26)
View all
Container
2
OCI / Docker
linux/amd64
9.9 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