iptvc (latest)
Installation
docker pull git.axenov.dev/iptv/iptvc:latestsha256: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> |