build: update docker labels

This commit is contained in:
2024-12-01 04:39:37 -07:00
parent 0f1ad28426
commit 9535b11c9c

View File

@@ -7,6 +7,21 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 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 # Set Args
# # # #
@@ -25,12 +40,6 @@ ENV FILE_NAME="thetvapp"
ENV PORT_HTTP=80 ENV PORT_HTTP=80
ENV PORT_HTTPS=443 ENV PORT_HTTPS=443
# #
# Set Labels
# #
LABEL maintainer="Aetherinox"
# # # #
# Install # Install
# # # #