File tree Expand file tree Collapse file tree 2 files changed +56
-56
lines changed
Expand file tree Collapse file tree 2 files changed +56
-56
lines changed Original file line number Diff line number Diff line change @@ -9,34 +9,6 @@ ARG NGINX_VERSION
99LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1010LABEL maintainer="thespad"
1111
12- ENV ALLOW_RESTARTS=0 \
13- ALLOW_STOP=0 \
14- ALLOW_START=0 \
15- AUTH=0 \
16- BUILD=0 \
17- COMMIT=0 \
18- CONFIGS=0 \
19- CONTAINERS=0 \
20- DISTRIBUTION=0 \
21- EVENTS=1 \
22- EXEC=0 \
23- IMAGES=0 \
24- INFO=0 \
25- NETWORKS=0 \
26- NODES=0 \
27- PING=1 \
28- PLUGINS=0 \
29- POST=0 \
30- SECRETS=0 \
31- SERVICES=0 \
32- SESSION=0 \
33- SOCKET_PATH=/var/run/docker.sock \
34- SWARM=0 \
35- SYSTEM=0 \
36- TASKS=0 \
37- VERSION=1 \
38- VOLUMES=0
39-
4012# install packages
4113RUN \
4214 echo "**** install build packages ****" && \
5527 rm -f /etc/nginx/conf.d/stream.conf && \
5628 rm -f /etc/nginx/http.d/default.conf
5729
30+ ENV ALLOW_RESTARTS=0 \
31+ ALLOW_STOP=0 \
32+ ALLOW_START=0 \
33+ AUTH=0 \
34+ BUILD=0 \
35+ COMMIT=0 \
36+ CONFIGS=0 \
37+ CONTAINERS=0 \
38+ DISTRIBUTION=0 \
39+ EVENTS=1 \
40+ EXEC=0 \
41+ IMAGES=0 \
42+ INFO=0 \
43+ NETWORKS=0 \
44+ NODES=0 \
45+ PING=1 \
46+ PLUGINS=0 \
47+ POST=0 \
48+ SECRETS=0 \
49+ SERVICES=0 \
50+ SESSION=0 \
51+ SOCKET_PATH=/var/run/docker.sock \
52+ SWARM=0 \
53+ SYSTEM=0 \
54+ TASKS=0 \
55+ VERSION=1 \
56+ VOLUMES=0
57+
5858# add local files
5959COPY root/ /
6060
Original file line number Diff line number Diff line change @@ -9,34 +9,6 @@ ARG NGINX_VERSION
99LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1010LABEL maintainer="thespad"
1111
12- ENV ALLOW_RESTARTS=0 \
13- ALLOW_STOP=0 \
14- ALLOW_START=0 \
15- AUTH=0 \
16- BUILD=0 \
17- COMMIT=0 \
18- CONFIGS=0 \
19- CONTAINERS=0 \
20- DISTRIBUTION=0 \
21- EVENTS=1 \
22- EXEC=0 \
23- IMAGES=0 \
24- INFO=0 \
25- NETWORKS=0 \
26- NODES=0 \
27- PING=1 \
28- PLUGINS=0 \
29- POST=0 \
30- SECRETS=0 \
31- SERVICES=0 \
32- SESSION=0 \
33- SOCKET_PATH=/var/run/docker.sock \
34- SWARM=0 \
35- SYSTEM=0 \
36- TASKS=0 \
37- VERSION=1 \
38- VOLUMES=0
39-
4012# install packages
4113RUN \
4214 echo "**** install build packages ****" && \
5527 rm -f /etc/nginx/conf.d/stream.conf && \
5628 rm -f /etc/nginx/http.d/default.conf
5729
30+ ENV ALLOW_RESTARTS=0 \
31+ ALLOW_STOP=0 \
32+ ALLOW_START=0 \
33+ AUTH=0 \
34+ BUILD=0 \
35+ COMMIT=0 \
36+ CONFIGS=0 \
37+ CONTAINERS=0 \
38+ DISTRIBUTION=0 \
39+ EVENTS=1 \
40+ EXEC=0 \
41+ IMAGES=0 \
42+ INFO=0 \
43+ NETWORKS=0 \
44+ NODES=0 \
45+ PING=1 \
46+ PLUGINS=0 \
47+ POST=0 \
48+ SECRETS=0 \
49+ SERVICES=0 \
50+ SESSION=0 \
51+ SOCKET_PATH=/var/run/docker.sock \
52+ SWARM=0 \
53+ SYSTEM=0 \
54+ TASKS=0 \
55+ VERSION=1 \
56+ VOLUMES=0
57+
5858# add local files
5959COPY root/ /
6060
You can’t perform that action at this time.
0 commit comments