Block a user
hyperion.ng-docker (2.2.1)
Installation
docker pull gitea.mscloud.site/mans/hyperion.ng-docker:2.2.1sha256:2268be12dbc3590ed057497bc6a85f29778eb0cd0a2c756240585175c4add0b2
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 99f2772db6 | linux/amd64 | 212 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800' |
| ARG VERSION=2.2.1 |
| RUN |1 VERSION=2.2.1 /bin/sh -c apt-get update # buildkit |
| RUN |1 VERSION=2.2.1 /bin/sh -c apt-get install -y curl ca-certificates # buildkit |
| RUN |1 VERSION=2.2.1 /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.2.1 /bin/sh -c apt-get install -y /tmp/hyperion.deb # buildkit |
| RUN |1 VERSION=2.2.1 /bin/sh -c apt-get install -y libexpat1 libfontconfig1 libglib2.0-0 libusb-1.0-0 # buildkit |
| RUN |1 VERSION=2.2.1 /bin/sh -c rm /tmp/hyperion.deb # buildkit |
| RUN |1 VERSION=2.2.1 /bin/sh -c rm -rf /var/lib/apt/lists/* # buildkit |
| ENV UID=1000 |
| ENV GID=1000 |
| RUN |1 VERSION=2.2.1 /bin/sh -c groupadd -f hyperion # buildkit |
| RUN |1 VERSION=2.2.1 /bin/sh -c useradd -r -s /bin/bash -g hyperion hyperion # buildkit |
| ENTRYPOINT ["/usr/bin/hyperiond" "-u" "/data"] |