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