redlib (tls-fix)
Published 2026-01-08 19:00:26 +05:00 by stopper
Installation
docker pull git.stpr.one/demistar/redlib:tls-fixsha256:dd1b86fe06510dbb2592c215bf4f9f09de8c1c59970913c2422c3c4fcdbc0c75Image layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache ca-certificates |
| COPY file:dfd8cb3e21afab688e0e296cc4f47f64fd141104b131c806c477be9a03f452b6 in /usr/local/bin/redlib |
| /bin/sh -c adduser --home /nonexistent --no-create-home --disabled-password redlib |
| USER redlib |
| EXPOSE 8080 |
| HEALTHCHECK --interval=1m --timeout=3s CMD wget --spider -q http://localhost:8080/settings || exit 1 |
| LABEL org.opencontainers.image.authors="sigaloid" |
| CMD ["redlib"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.42.0 |
| org.opencontainers.image.authors | sigaloid |