File tree 1 file changed +15
-6
lines changed
1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
9
9
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
+
10
25
# #
11
26
# Set Args
12
27
# #
@@ -25,12 +40,6 @@ ENV FILE_NAME="thetvapp"
25
40
ENV PORT_HTTP=80
26
41
ENV PORT_HTTPS=443
27
42
28
- # #
29
- # Set Labels
30
- # #
31
-
32
- LABEL maintainer="Aetherinox"
33
-
34
43
# #
35
44
# Install
36
45
# #
You can’t perform that action at this time.
0 commit comments