redlib (latest)
Published 2025-12-30 04:52:26 +00:00 by myve
Installation
docker pull hub.myvelabs.com/lab/redlib:latestsha256:022f5063048532560344669bc7dc0aed85a37fe9a45d31cc7314df9bc2f579fdAbout this package
Private front-end for Reddit
Image layers
| ADD alpine-minirootfs-3.19.9-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG TARGET=x86_64-unknown-linux-musl |
| RUN |1 TARGET=x86_64-unknown-linux-musl /bin/sh -c apk add --no-cache curl # buildkit |
| RUN |1 TARGET=x86_64-unknown-linux-musl /bin/sh -c curl -L "https://github.com/redlib-org/redlib/releases/latest/download/redlib-${TARGET}.tar.gz" | tar xz -C /usr/local/bin/ # buildkit |
| RUN |1 TARGET=x86_64-unknown-linux-musl /bin/sh -c adduser --home /nonexistent --no-create-home --disabled-password redlib # buildkit |
| USER redlib |
| EXPOSE [8080/tcp] |
| HEALTHCHECK &{["CMD-SHELL" "wget --spider -q http://localhost:8080/settings || exit 1"] "1m0s" "3s" "0s" "0s" '\x00'} |
| CMD ["redlib"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-12-16T00:56:46.817Z |
| org.opencontainers.image.description | Private front-end for Reddit |
| org.opencontainers.image.licenses | AGPL-3.0 |
| org.opencontainers.image.revision | ba98178bbce0f62265095ba085128c7022e51a1f |
| org.opencontainers.image.source | https://github.com/redlib-org/redlib |
| org.opencontainers.image.title | redlib |
| org.opencontainers.image.url | https://github.com/redlib-org/redlib |
| org.opencontainers.image.version | latest |