Skip to content

Commit 24e2c0a

Browse files
authored
Merge pull request #18 from linuxserver/bullseye-lsiown
Copy lsiown from repo (bullseye)
2 parents 10f8fb4 + f528fb5 commit 24e2c0a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ ARG BUILD_DATE
4949
ARG VERSION
5050
ARG MODS_VERSION="v3"
5151
ARG PKG_INST_VERSION="v1"
52+
ARG LSIOWN_VERSION="v1"
5253
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
5354
LABEL maintainer="TheLamer"
5455

5556
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
5657
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"
58+
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.${LSIOWN_VERSION}" "/usr/bin/lsiown"
5759

5860
# set environment variables
5961
ARG DEBIAN_FRONTEND="noninteractive"

Dockerfile.aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@ ARG BUILD_DATE
4949
ARG VERSION
5050
ARG MODS_VERSION="v3"
5151
ARG PKG_INST_VERSION="v1"
52+
ARG LSIOWN_VERSION="v1"
5253
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
5354
LABEL maintainer="TheLamer"
5455

5556
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.${MODS_VERSION}" "/docker-mods"
5657
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"
58+
ADD --chmod=744 "https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.${LSIOWN_VERSION}" "/usr/bin/lsiown"
5759

5860
# set environment variables
5961
ARG DEBIAN_FRONTEND="noninteractive"

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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=''

0 commit comments

Comments
 (0)