Monn Smit rsmit
  • Joined on 2023-10-05

mag-streamer (sha-28076e1)

Published 2025-01-21 14:13:59 +01:00 by gitbot

Installation

docker pull gitco.re/rsmit/mag-streamer:sha-28076e1
sha256:90376f46996085de1db03c68f3cc5cc41521ba035e402e0a4c77fb53e6c97e81

Images

Digest OS / Arch Size
cfc6b09cc6 linux/amd64 9.3 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.19.6-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL maintainer=Your Name <your.email@example.com> description=MAG Streamer for serving HLS streams to MAG/Informir boxes org.opencontainers.image.source=https://gitea.daltcore.com/rsmit/mag-streamer
WORKDIR /app
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata sqlite # buildkit
RUN /bin/sh -c mkdir -p /app/data/stb /app/data/logos # buildkit
COPY /app/mag-streamer . # buildkit
COPY config.yaml.example /app/config.yaml # buildkit
VOLUME [/app/data]
EXPOSE map[8080/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget -q --spider http://localhost:8080/api/health || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
RUN /bin/sh -c addgroup -S app && adduser -S -G app app # buildkit
USER app
CMD ["./mag-streamer"]

Labels

Key Value
description MAG Streamer for serving HLS streams to MAG/Informir boxes
maintainer Your Name <your.email@example.com>
org.opencontainers.image.created 2025-01-21T13:12:13.373Z
org.opencontainers.image.description Streaming environment for MAG IPTV set-op boxes
org.opencontainers.image.licenses
org.opencontainers.image.revision 28076e157b4673f177b213c9f6c95311cafbbe56
org.opencontainers.image.source https://gitea.daltcore.com/rsmit/mag-streamer
org.opencontainers.image.title mag-streamer
org.opencontainers.image.url https://gitea.daltcore.com/rsmit/mag-streamer
org.opencontainers.image.version master
Details
Container
2025-01-21 14:13:59 +01:00
0
OCI / Docker
Versions (2) View all
master 2025-01-21
sha-28076e1 2025-01-21