From e6afea206c4a32b9dee1331a2bf31840d8bccdc8 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 20 Feb 2025 16:12:52 -0700 Subject: [PATCH] build: update Dockerfile labels --- Dockerfile | 5 ++++- Dockerfile.aarch64 | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c0be91e8..ad9dc435 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,8 +38,11 @@ LABEL maintainer="aetherinox, iFlip721" LABEL org.opencontainers.image.authors="aetherinox, iFlip721" LABEL org.opencontainers.image.vendor="BinaryNinja" LABEL org.opencontainers.image.title="TvApp m3u playlist and EPG guide downloader" -LABEL org.opencontainers.image.description="Download m3u playlist and EPG guide data for the IPTV service TheTVApp" +LABEL org.opencontainers.image.description="Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client." LABEL org.opencontainers.image.source="https://git.binaryninja.net/pub_projects/tvapp2" +LABEL org.opencontainers.image.repo.1="https://github.com/iFlip721/tvapp2" +LABEL org.opencontainers.image.repo.2="https://github.com/Aetherinox/tvapp2" +LABEL org.opencontainers.image.repo.3="https://git.binaryninja.net/pub_projects/tvapp2" LABEL org.opencontainers.image.documentation="https://git.binaryninja.net/pub_projects/tvapp2/wiki" LABEL org.opencontainers.image.url="https://git.binaryninja.net/pub_projects/tvapp2/packages" LABEL org.opencontainers.image.licenses="MIT" diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d66015cc..40ca230c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -37,10 +37,13 @@ LABEL maintainer="aetherinox, iFlip721" LABEL org.opencontainers.image.authors="aetherinox, iFlip721" LABEL org.opencontainers.image.vendor="BinaryNinja" LABEL org.opencontainers.image.title="TvApp m3u playlist and EPG guide downloader" -LABEL org.opencontainers.image.description="Download m3u playlist and EPG guide data for the IPTV service TheTVApp" +LABEL org.opencontainers.image.description="Automatic m3u and xml guide updater for TheTvApp, TVPass, and MoveOnJoy utilized within your IPTV client." LABEL org.opencontainers.image.source="https://git.binaryninja.net/pub_projects/tvapp2" +LABEL org.opencontainers.image.repo.1="https://github.com/iFlip721/tvapp2" +LABEL org.opencontainers.image.repo.2="https://github.com/Aetherinox/tvapp2" +LABEL org.opencontainers.image.repo.3="https://git.binaryninja.net/pub_projects/tvapp2" LABEL org.opencontainers.image.documentation="https://git.binaryninja.net/pub_projects/tvapp2/wiki" -LABEL org.opencontainers.image.url="https://git.binaryninja.net/pub_projects/tvapp2/packages" +LABEL org.opencontainers.image.url="https://github.com/Aetherinox/tvapp2/pkgs/container/tvapp2" LABEL org.opencontainers.image.licenses="MIT" LABEL build_version="TvApp2 v${VERSION} build-date: ${BUILDDATE}"