Bumped build
This commit is contained in:
parent
4d5220230a
commit
66047470b2
@ -7,7 +7,7 @@ LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
|
||||
# Create mediaservice user
|
||||
ENV LANG='en_US.UTF-8' \
|
||||
LANGUAGE='en_US.UTF-8' \
|
||||
BUILD_DATE='27-07-2020' \
|
||||
BUILD_DATE='29-12-2020' \
|
||||
TERM='xterm' \
|
||||
WATCHER_USER=watcher \
|
||||
WATCHER_UID=1027 \
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,7 @@ spec:
|
||||
stage('Build with Kaniko') {
|
||||
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-watcher.git', credentialsId: 'jenkins-to-git'
|
||||
container('kaniko') {
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/library/x86_64/alpine/watcher:3.10.5 --destination=harbor.ervine.dev/library/x86_64/alpine/watcher:3.10 --destination=harbor.ervine.dev/public/x86_64/alpine/watcher:v3.10.5 --destination=harbor.ervine.dev/public/x86_64/alpine/watcher:v3.10'
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/watcher:v3.10.5-29122020 --destination=harbor.ervine.dev/public/x86_64/alpine/watcher:v3.10'
|
||||
}
|
||||
}
|
||||
stage('Notify gchat') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user