redlib (latest)
Published 2026-06-03 11:50:41 +00:00 by packager
Installation
docker pull forge.myvelabs.com/pkg/redlib:latestsha256:cda209fe896a8345c09c2d20cea0c97860810006fa69c6c72ffddce9909e0b98About 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 | 2026-04-24T17:35:27.127Z |
| org.opencontainers.image.description | Private front-end for Reddit |
| org.opencontainers.image.licenses | AGPL-3.0 |
| org.opencontainers.image.revision | a4d36e954cf1bd64f209cd8868c5a29edc81b374 |
| 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 |