File tree Expand file tree Collapse file tree 3 files changed +26
-60
lines changed
root/etc/s6-overlay/s6-rc.d/init-mods-package-install Expand file tree Collapse file tree 3 files changed +26
-60
lines changed Original file line number Diff line number Diff line change 27
27
/root-out/var/log/*
28
28
29
29
# set version for s6 overlay
30
- ARG S6_OVERLAY_VERSION="3.1.2.1 "
30
+ ARG S6_OVERLAY_VERSION="3.1.5.0 "
31
31
ARG S6_OVERLAY_ARCH="x86_64"
32
32
33
33
# add s6 overlay
@@ -48,20 +48,24 @@ COPY --from=rootfs-stage /root-out/ /
48
48
ARG BUILD_DATE
49
49
ARG VERSION
50
50
ARG MODS_VERSION="v3"
51
+ ARG PKG_INST_VERSION="v1"
51
52
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
52
53
LABEL maintainer="TheLamer"
53
54
54
55
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
56
+ ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.${PKG_INST_VERSION}" "/etc/s6-overlay/s6-rc.d/init-mods-package-install/run"
55
57
56
58
# set environment variables
57
59
ARG DEBIAN_FRONTEND="noninteractive"
58
60
ENV HOME="/root" \
59
- LANGUAGE="en_US.UTF-8" \
60
- LANG="en_US.UTF-8" \
61
- TERM="xterm" \
62
- S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" \
63
- S6_VERBOSITY=1 \
64
- S6_STAGE2_HOOK=/docker-mods
61
+ LANGUAGE="en_US.UTF-8" \
62
+ LANG="en_US.UTF-8" \
63
+ TERM="xterm" \
64
+ S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" \
65
+ S6_VERBOSITY=1 \
66
+ S6_STAGE2_HOOK=/docker-mods \
67
+ VIRTUAL_ENV=/lsiopy \
68
+ PATH="/lsiopy/bin:$PATH"
65
69
66
70
RUN \
67
71
echo "**** Ripped from Ubuntu Docker Logic ****" && \
@@ -124,7 +128,8 @@ RUN \
124
128
mkdir -p \
125
129
/app \
126
130
/config \
127
- /defaults && \
131
+ /defaults \
132
+ /lsiopy && \
128
133
echo "**** cleanup ****" && \
129
134
apt-get -y autoremove && \
130
135
apt-get clean && \
Original file line number Diff line number Diff line change 27
27
/root-out/var/log/*
28
28
29
29
# set version for s6 overlay
30
- ARG S6_OVERLAY_VERSION="3.1.2.1 "
30
+ ARG S6_OVERLAY_VERSION="3.1.5.0 "
31
31
ARG S6_OVERLAY_ARCH="aarch64"
32
32
33
33
# add s6 overlay
@@ -48,20 +48,24 @@ COPY --from=rootfs-stage /root-out/ /
48
48
ARG BUILD_DATE
49
49
ARG VERSION
50
50
ARG MODS_VERSION="v3"
51
+ ARG PKG_INST_VERSION="v1"
51
52
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
52
53
LABEL maintainer="TheLamer"
53
54
54
55
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
56
+ ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.${PKG_INST_VERSION}" "/etc/s6-overlay/s6-rc.d/init-mods-package-install/run"
55
57
56
58
# set environment variables
57
59
ARG DEBIAN_FRONTEND="noninteractive"
58
60
ENV HOME="/root" \
59
- LANGUAGE="en_US.UTF-8" \
60
- LANG="en_US.UTF-8" \
61
- TERM="xterm" \
62
- S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" \
63
- S6_VERBOSITY=1 \
64
- S6_STAGE2_HOOK=/docker-mods
61
+ LANGUAGE="en_US.UTF-8" \
62
+ LANG="en_US.UTF-8" \
63
+ TERM="xterm" \
64
+ S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" \
65
+ S6_VERBOSITY=1 \
66
+ S6_STAGE2_HOOK=/docker-mods \
67
+ VIRTUAL_ENV=/lsiopy \
68
+ PATH="/lsiopy/bin:$PATH"
65
69
66
70
RUN \
67
71
echo "**** Ripped from Ubuntu Docker Logic ****" && \
@@ -124,7 +128,8 @@ RUN \
124
128
mkdir -p \
125
129
/app \
126
130
/config \
127
- /defaults && \
131
+ /defaults \
132
+ /lsiopy && \
128
133
echo "**** cleanup ****" && \
129
134
apt-get -y autoremove && \
130
135
apt-get clean && \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments