IPTV

Организация с исходным кодом компонентов проекта

iptvc (latest)

Published 2025-11-22 19:46:01 +03:00 by anthony in IPTV/iptvc

Installation

docker pull git.axenov.dev/iptv/iptvc:latest
sha256:84772f6c73b698787872d49a8f165a63f71f477cde3073b8de6ba2490b78ba6f

Images

Digest OS / Arch Size
8388fb74a4 linux/amd64 6.9 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.authors=Anthony Axenov <anthonyaxenov@gmail.com>
WORKDIR /app
RUN /bin/sh -c apk add --no-cache ca-certificates tzdata # buildkit
RUN /bin/sh -c addgroup -S iptvc-user && adduser -S -G iptvc-user -H -s /sbin/nologin iptvc-user # buildkit
COPY --chown=iptvc-user:iptvc-user /app/iptvc /app/iptvc # buildkit
USER iptvc-user
ENTRYPOINT ["/app/iptvc"]

Labels

Key Value
org.opencontainers.image.authors Anthony Axenov <anthonyaxenov@gmail.com>
Details
Container
2025-11-22 19:46:01 +03:00
0
OCI / Docker
Versions (14) View all
latest 2025-11-22
v1.1.3 2025-11-22
v1.1.2 2025-11-22
v1.1.1 2025-11-22
v1.1.0 2025-11-22