Skip to content

Commit 0e7c148

Browse files
committed
Update build version output and maintainer
1 parent f5d328b commit 0e7c148

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'
@@ -32,11 +31,11 @@ pipeline {
3231
DIST_IMAGE = 'ubuntu'
3332
MULTIARCH='true'
3433
CI='true'
35-
CI_WEB='false'
34+
CI_WEB='true'
3635
CI_PORT='3000'
3736
CI_SSL='true'
3837
CI_DELAY='120'
39-
CI_DOCKERENV='TEST=true'
38+
CI_DOCKERENV=''
4039
CI_AUTH='user:password'
4140
CI_WEBPATH=''
4241
}

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'
@@ -20,10 +19,10 @@ repo_vars:
2019
- DIST_IMAGE = 'ubuntu'
2120
- MULTIARCH='true'
2221
- CI='true'
23-
- CI_WEB='false'
22+
- CI_WEB='true'
2423
- CI_PORT='3000'
2524
- CI_SSL='true'
2625
- CI_DELAY='120'
27-
- CI_DOCKERENV='TEST=true'
26+
- CI_DOCKERENV=''
2827
- CI_AUTH='user:password'
2928
- CI_WEBPATH=''

0 commit comments

Comments
 (0)