Skip to content

Commit 9535b11

Browse files
committed
build: update docker labels
1 parent 0f1ad28 commit 9535b11

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

Dockerfile

+15-6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77

88
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
99

10+
# #
11+
# Set Labels
12+
# #
13+
14+
LABEL maintainer="Aetherinox"
15+
LABEL org.opencontainers.image.authors="Aetherinox"
16+
LABEL org.opencontainers.image.vendor="Aetherinox"
17+
LABEL org.opencontainers.image.title="TheTVApp Grabber"
18+
LABEL org.opencontainers.image.description="thetvapp image by Aetherinox"
19+
LABEL org.opencontainers.image.source="https://github.com/Aetherinox/thetvapp-docker"
20+
LABEL org.opencontainers.image.documentation="https://github.com/Aetherinox/thetvapp-docker"
21+
LABEL org.opencontainers.image.url="https://github.com/Aetherinox/thetvapp-docker"
22+
LABEL org.opencontainers.image.licenses="MIT"
23+
LABEL build_version="1.0.0"
24+
1025
# #
1126
# Set Args
1227
# #
@@ -25,12 +40,6 @@ ENV FILE_NAME="thetvapp"
2540
ENV PORT_HTTP=80
2641
ENV PORT_HTTPS=443
2742

28-
# #
29-
# Set Labels
30-
# #
31-
32-
LABEL maintainer="Aetherinox"
33-
3443
# #
3544
# Install
3645
# #

0 commit comments

Comments
 (0)