mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 02:35:42 -04:00
chore(branding): change urls from personal to organization
This commit is contained in:
22
Dockerfile
22
Dockerfile
@@ -5,10 +5,9 @@
|
||||
# @usage docker image which allows you to download a m3u playlist and EPG guide data from
|
||||
# multiple IPTV services.
|
||||
# @file Dockerfile
|
||||
# @repo https://github.com/iFlip721/tvapp2
|
||||
# https://github.com/aetherinox/tvapp2
|
||||
# https://github.com/aetherinox/docker-base-alpine
|
||||
# @repo https://github.com/BinaryNinja/tvapp2
|
||||
# https://git.binaryninja.net/BinaryNinja/tvapp2
|
||||
# https://github.com/aetherinox/docker-base-alpine
|
||||
#
|
||||
# you can build your own image by running
|
||||
# amd64 docker build --build-arg VERSION=1.0.0 --build-arg BUILDDATE=20250218 -t tvapp2:latest -t tvapp2:1.0.0 -t tvapp2:1.0.0-amd64 -f Dockerfile .
|
||||
@@ -39,15 +38,20 @@ LABEL org.opencontainers.image.authors="aetherinox, iFlip721"
|
||||
LABEL org.opencontainers.image.vendor="BinaryNinja"
|
||||
LABEL org.opencontainers.image.title="TVApp2"
|
||||
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/BinaryNinja/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/BinaryNinja/tvapp2"
|
||||
LABEL org.opencontainers.image.documentation="https://git.binaryninja.net/BinaryNinja/tvapp2/wiki"
|
||||
LABEL org.opencontainers.image.url="https://github.com/Aetherinox/tvapp2/pkgs/container/tvapp2"
|
||||
LABEL org.opencontainers.image.source="https://github.com/BinaryNinja/tvapp2"
|
||||
LABEL org.opencontainers.image.repo.1="https://github.com/BinaryNinja/tvapp2"
|
||||
LABEL org.opencontainers.image.repo.2="https://git.binaryninja.net/BinaryNinja/tvapp2"
|
||||
LABEL org.opencontainers.image.repo.3="https://github.com/aetherinox/docker-base-alpine"
|
||||
LABEL org.opencontainers.image.documentation="https://github.com/TheBinaryNinja/tvapp2/wiki"
|
||||
LABEL org.opencontainers.image.url="https://github.com/BinaryNinja/tvapp2/pkgs/container/tvapp2"
|
||||
LABEL org.opencontainers.image.licenses="MIT"
|
||||
LABEL BUILDVERSION="TVApp2 v${VERSION} Build ${BUILDDATE}"
|
||||
|
||||
# @repo.1 https://github.com/BinaryNinja/tvapp2
|
||||
# @repo.2 https://git.binaryninja.net/BinaryNinja/tvapp2
|
||||
# @repo.3 https://github.com/aetherinox/docker-base-alpine
|
||||
|
||||
|
||||
# #
|
||||
# Set Env Var
|
||||
# #
|
||||
|
||||
Reference in New Issue
Block a user