Increased UID and GID to comply with synology UID numbers
This commit is contained in:
parent
9a833aa08e
commit
5adc63acda
@ -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
5
Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user