From 7d29ab31ce61a2d81de708386b565e0ff6320f8d Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 26 Feb 2025 07:36:30 -0700 Subject: [PATCH] build: add `org.opencontainers.image.registry` --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 89d642f7..136ed431 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,6 +53,7 @@ LABEL org.opencontainers.image.documentation="https://thebinaryninja.github.io/t LABEL org.opencontainers.image.url="https://github.com/thebinaryninja/tvapp2/pkgs/container/tvapp2" LABEL org.opencontainers.image.licenses="MIT" LABEL org.opencontainers.image.ref.name="main" +LABEL org.opencontainers.image.registry="local" LABEL org.tvapp2.image.maintainers="Aetherinox, iFlip721, Optx" LABEL org.tvapp2.image.build-version="Version:- ${VERSION} Date:- ${BUILDDATE}"