Increased UID and GID to comply with synology UID numbers

This commit is contained in:
Jonathan Ervine 2020-10-14 15:16:56 +08:00
parent 9a833aa08e
commit 5adc63acda
2 changed files with 5 additions and 6 deletions

View File

@ -10,8 +10,8 @@ ENV LANG='en_US.UTF-8' \
VERSION='develop' \
SONARR_USER='sonarr' \
SONARR_GROUP='sonarr' \
SONARR_UID='1003' \
SONARR_GID='1003'
SONARR_UID='1027' \
SONARR_GID='1027'
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk -U update && \

5
Jenkinsfile vendored
View File

@ -30,10 +30,9 @@ spec:
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/sonarr:v2.0.0.5344 --destination=harbor.ervine.dev/public/x86_64/alpine/sonarr:v2'
}
}
}
}
stage('Notify gchat') {
hangoutsNotify message: "Sonarr 2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}