From 9535b11c9cc0e78d0b77ad9eee9667d73292a98a Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 1 Dec 2024 04:39:37 -0700 Subject: [PATCH] build: update docker labels --- Dockerfile | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 397f6eca..c1bd8b25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,21 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.20 +# # +# Set Labels +# # + +LABEL maintainer="Aetherinox" +LABEL org.opencontainers.image.authors="Aetherinox" +LABEL org.opencontainers.image.vendor="Aetherinox" +LABEL org.opencontainers.image.title="TheTVApp Grabber" +LABEL org.opencontainers.image.description="thetvapp image by Aetherinox" +LABEL org.opencontainers.image.source="https://github.com/Aetherinox/thetvapp-docker" +LABEL org.opencontainers.image.documentation="https://github.com/Aetherinox/thetvapp-docker" +LABEL org.opencontainers.image.url="https://github.com/Aetherinox/thetvapp-docker" +LABEL org.opencontainers.image.licenses="MIT" +LABEL build_version="1.0.0" + # # # Set Args # # @@ -25,12 +40,6 @@ ENV FILE_NAME="thetvapp" ENV PORT_HTTP=80 ENV PORT_HTTPS=443 -# # -# Set Labels -# # - -LABEL maintainer="Aetherinox" - # # # Install # #