From 879bf4b8402c3d0006d8adbe359dcdef722857e9 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 7 Dec 2020 13:57:54 +0800 Subject: [PATCH] Bumped to use version 2.6.2 --- Dockerfile | 2 +- Jenkinsfile | 4 ++-- start.sh | 0 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 start.sh diff --git a/Dockerfile b/Dockerfile index 3011ac4..ef91207 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL maintainer="Jonathan Ervine " ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='2.6.1' \ + VERSION='2.6.2' \ TAUT_USER='tautulli' \ TAUT_UID=1027 \ TAUT_GID=1027 diff --git a/Jenkinsfile b/Jenkinsfile index d3b5a68..9a00292 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,11 +27,11 @@ spec: stage('Build with Kaniko') { git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins-to-git' container('kaniko') { - sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.6.1 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.6' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.6.2 --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.6' } } stage('Notify gchat') { - hangoutsNotify message: "Tautulli 2.6.1 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Tautulli 2.6.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/start.sh b/start.sh old mode 100755 new mode 100644