- https://github.com/davidclaeysquinones
-
I like to learn and have fun while doing it. At work I develop and maintain .NET applications. While it might not sound very exciting it has proven to be a good playing field for developing my skills.
- Joined on
2023-05-05
Block a user
hyperion-docker (sha-a82292c)
Installation
docker pull git.claeyscloud.com/david/hyperion-docker:sha-a82292csha256:6977d00663c17dedb1672a49b0a57d49fd03fce308bb116245ceeb6a058fecd4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 8c884f98c6 | linux/amd64 | 162 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'trixie' '@1769990400' |
| COPY start.sh . # buildkit |
| COPY initialconfig.json . # buildkit |
| COPY /usr/bin/hyperiond /usr/bin/hyperiond # buildkit |
| RUN /bin/sh -c apt-get update && apt-get upgrade -y -q && apt-get install -y sudo tzdata libfontconfig1 libglib-2.0 libproxy1v5 libcec-dev && chmod 755 /usr/bin/hyperiond && groupadd -f hyperion && useradd -r -s /bin/bash -g hyperion hyperion && chmod 777 /start.sh && mkdir /config && chmod 777 /config && apt-get clean && rm -rf /var/cache/apk/* && rm -rf /usr/share/man # buildkit |
| EXPOSE [19400/tcp] |
| EXPOSE [19444/tcp] |
| EXPOSE [19445/tcp] |
| EXPOSE [19333/tcp] |
| EXPOSE [2100/tcp] |
| EXPOSE [8090/tcp] |
| EXPOSE [8092/tcp] |
| ENV UID=1000 |
| ENV GID=1000 |
| SHELL [/bin/bash -c] |
| ENTRYPOINT ["/bin/bash" "-c" "bash start.sh uid=\"$UID\" gid=\"$GID\" server_address=\"$SERVER_ADDRESS\""] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Davidquinonescl |
| org.opencontainers.image.created | 2026-02-06T21:22:16.787Z |
| org.opencontainers.image.description | Docker image of Hyperion |
| org.opencontainers.image.documentation | https://git.claeyscloud.com/david/hyperion-docker |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | a82292cba45d4bfa2680360cface0b68a63990d4 |
| org.opencontainers.image.source | https://git.claeyscloud.com/david/hyperion-docker |
| org.opencontainers.image.title | hyperion-docker |
| org.opencontainers.image.url | https://git.claeyscloud.com/david/hyperion-docker |
| org.opencontainers.image.version | sha-a82292c |
Details
Versions (11)
View all
latest
2026-02-19
sha-b387320
2026-02-19
sha-1df3955
2026-02-19
sha-aaa5d24
2026-02-19
sha-b56a9b8
2026-02-09