Fixed UID to fit with synology

This commit is contained in:
Jonathan Ervine 2020-10-14 16:31:12 +08:00
parent a7b468a88f
commit 8f9d8107a9
2 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@ LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
ENV LANG='en_US.UTF-8' \ ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \
TERM='xterm' \ TERM='xterm' \
VERSION='2.26.0' \ VERSION='2.29.1' \
HYDRA_USER='hydra' \ HYDRA_USER='hydra' \
HYDRA_UID='1003' \ HYDRA_UID='1027' \
HYDRA_GID='1003' HYDRA_GID='1027'
# Install updates # Install updates

6
Jenkinsfile vendored
View File

@ -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' 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
}