From aba9744289f8c48a1703080143f593cffd9bb539 Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 3 Dec 2020 17:47:52 +0800 Subject: [PATCH] Updated to version 3.0.0.4204 --- 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 19c7672..1722748 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='0.2.0.1504' \ + VERSION='3.0.0.4204' \ RADARR_USER='radarr' \ RADARR_GROUP='radarr' \ RADARR_UID='1027' \ diff --git a/Jenkinsfile b/Jenkinsfile index 8fb80a2..28b9b86 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-radarr.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/radarr:v0.2.0.1504 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v0.2' + sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0.0.4204 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0' } } stage('Notify gchat') { - hangoutsNotify message: "Radarr Movie Manager v0.2.0.1504 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + hangoutsNotify message: "Radarr Movie Manager v3.0.0.4204 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false } } } diff --git a/start.sh b/start.sh old mode 100755 new mode 100644