Skip to content

Commit 95ec2cb

Browse files
authored
Merge pull request #99 from linuxserver/maintainer-version
2 parents f5d328b + 289e178 commit 95ec2cb

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ ARG BUILD_DATE
77
ARG KASM_VERSION
88
ARG VERSION
99
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
10-
LABEL maintainer="thelamer"
10+
LABEL maintainer="thespad"
1111

1212
# Env
1313
ENV DOCKER_TLS_CERTDIR=""
1414
ENV TINI_SUBREAPER=true
1515

1616
#Add needed nvidia environment variables for https://github.com/NVIDIA/nvidia-docker
17-
ENV NVIDIA_DRIVER_CAPABILITIES="compute,graphics,video,utility" \
18-
VERSION="develop"
17+
ENV NVIDIA_DRIVER_CAPABILITIES="compute,graphics,video,utility"
1918

2019
# Container setup
2120
RUN \

Dockerfile.aarch64

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ ARG BUILD_DATE
77
ARG KASM_VERSION
88
ARG VERSION
99
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
10-
LABEL maintainer="thelamer"
10+
LABEL maintainer="thespad"
1111

1212
# Env
1313
ENV DOCKER_TLS_CERTDIR=""
1414
ENV TINI_SUBREAPER=true
1515

1616
#Add needed nvidia environment variables for https://github.com/NVIDIA/nvidia-docker
17-
ENV NVIDIA_DRIVER_CAPABILITIES="compute,graphics,video,utility" \
18-
VERSION="develop"
17+
ENV NVIDIA_DRIVER_CAPABILITIES="compute,graphics,video,utility"
1918

2019
# Container setup
2120
RUN \

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pipeline {
1919
DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat')
2020
QUAYIO_API_TOKEN=credentials('quayio-repo-api-token')
2121
GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f')
22-
EXT_GIT_BRANCH = 'develop'
2322
EXT_USER = 'kasmtech'
2423
EXT_REPO = 'kasm-install-wizard'
2524
BUILD_VERSION_ARG = 'KASM_VERSION'
@@ -36,8 +35,8 @@ pipeline {
3635
CI_PORT='3000'
3736
CI_SSL='true'
3837
CI_DELAY='120'
39-
CI_DOCKERENV='TEST=true'
40-
CI_AUTH='user:password'
38+
CI_DOCKERENV=''
39+
CI_AUTH=''
4140
CI_WEBPATH=''
4241
}
4342
stages {

jenkins-vars.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ release_type: stable
77
release_tag: latest
88
ls_branch: master
99
repo_vars:
10-
- EXT_GIT_BRANCH = 'develop'
1110
- EXT_USER = 'kasmtech'
1211
- EXT_REPO = 'kasm-install-wizard'
1312
- BUILD_VERSION_ARG = 'KASM_VERSION'
@@ -24,6 +23,6 @@ repo_vars:
2423
- CI_PORT='3000'
2524
- CI_SSL='true'
2625
- CI_DELAY='120'
27-
- CI_DOCKERENV='TEST=true'
28-
- CI_AUTH='user:password'
26+
- CI_DOCKERENV=''
27+
- CI_AUTH=''
2928
- CI_WEBPATH=''

0 commit comments

Comments
 (0)