From 8f9d8107a92e22f6b713e712e0df9e356deaf32e Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Wed, 14 Oct 2020 16:31:12 +0800 Subject: [PATCH] Fixed UID to fit with synology --- Dockerfile | 6 +++--- Jenkinsfile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index b467ed7..d08d2a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,10 @@ LABEL maintainer="Jonathan Ervine " ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='2.26.0' \ + VERSION='2.29.1' \ HYDRA_USER='hydra' \ - HYDRA_UID='1003' \ - HYDRA_GID='1003' + HYDRA_UID='1027' \ + HYDRA_GID='1027' # Install updates diff --git a/Jenkinsfile b/Jenkinsfile index 58ffeb4..306735f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,9 +31,9 @@ spec: sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/debian/nzbhydra2:v2.26.0 --destination=harbor.ervine.dev/public/x86_64/debian/nzbhydra2:v2.26' } } + stage('Notify gchat') { + hangoutsNotify message: "NZBhydra 2.29.1 on Debian application has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false + } } } -stage('Notify gchat') { - hangoutsNotify message: "NZBhydra 2.26.0 on Debian application has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false -}