File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,13 @@ ARG BUILD_DATE
4949ARG VERSION
5050ARG MODS_VERSION="v3"
5151ARG PKG_INST_VERSION="v1"
52+ ARG LSIOWN_VERSION="v1"
5253LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
5354LABEL maintainer="TheLamer"
5455
5556ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
5657ADD --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"
58+ ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.${LSIOWN_VERSION}" "/usr/bin/lsiown"
5759
5860# set environment variables
5961ARG DEBIAN_FRONTEND="noninteractive"
Original file line number Diff line number Diff line change @@ -49,11 +49,13 @@ ARG BUILD_DATE
4949ARG VERSION
5050ARG MODS_VERSION="v3"
5151ARG PKG_INST_VERSION="v1"
52+ ARG LSIOWN_VERSION="v1"
5253LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
5354LABEL maintainer="TheLamer"
5455
5556ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
5657ADD --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"
58+ ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.${LSIOWN_VERSION}" "/usr/bin/lsiown"
5759
5860# set environment variables
5961ARG DEBIAN_FRONTEND="noninteractive"
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ repo_vars:
2222 - CI_PORT='80'
2323 - CI_SSL='true'
2424 - CI_DELAY='30'
25- - CI_DOCKERENV='TZ=US/Pacific| LSIO_FIRST_PARTY=true'
26- - CI_AUTH='user:password '
25+ - CI_DOCKERENV='LSIO_FIRST_PARTY=true'
26+ - CI_AUTH=''
2727 - CI_WEBPATH=''
You can’t perform that action at this time.
0 commit comments