Block a user
hyperion.ng-docker (2.0.16)
Installation
docker pull gitea.mscloud.site/mans/hyperion.ng-docker:2.0.16sha256:5953329eb98bd8c16db05d8e8f441a896bd048432e2e27d358affa05e8b35016
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 679da57d30 | linux/amd64 | 196 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800' |
| ARG VERSION=2.0.16 |
| RUN |1 VERSION=2.0.16 /bin/sh -c apt-get update # buildkit |
| RUN |1 VERSION=2.0.16 /bin/sh -c apt-get install -y curl ca-certificates # buildkit |
| RUN |1 VERSION=2.0.16 /bin/sh -c curl -L -o /tmp/hyperion.deb https://github.com/hyperion-project/hyperion.ng/releases/download/${VERSION}/Hyperion-${VERSION}-Linux-amd64.deb # buildkit |
| RUN |1 VERSION=2.0.16 /bin/sh -c apt-get install -y /tmp/hyperion.deb # buildkit |
| RUN |1 VERSION=2.0.16 /bin/sh -c apt-get install -y libexpat1 libfontconfig1 libglib2.0-0 libusb-1.0-0 # buildkit |
| RUN |1 VERSION=2.0.16 /bin/sh -c rm /tmp/hyperion.deb # buildkit |
| RUN |1 VERSION=2.0.16 /bin/sh -c rm -rf /var/lib/apt/lists/* # buildkit |
| ENV UID=1000 |
| ENV GID=1000 |
| RUN |1 VERSION=2.0.16 /bin/sh -c groupadd -f hyperion # buildkit |
| RUN |1 VERSION=2.0.16 /bin/sh -c useradd -r -s /bin/bash -g hyperion hyperion # buildkit |
| ENTRYPOINT ["/usr/bin/hyperiond" "-u" "/data"] |