Bumped to Alpine 3.12.1

This commit is contained in:
Jonathan Ervine 2020-11-19 10:45:39 +08:00
parent eb1f4fe0ef
commit 1aa9a3a067
2 changed files with 2 additions and 2 deletions

0
Dockerfile Executable file → Normal file
View File

4
Jenkinsfile vendored Executable file → Normal file
View File

@ -27,11 +27,11 @@ spec:
stage('Build with Kaniko') {
git branch: 'dev', url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-hockey.git', credentialsId: 'jenkins-to-git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/hockey-dev:v3.12.0 --destination=harbor.ervine.dev/public/x86_64/alpine/hockey-dev:v3.12'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/hockey-dev:v3.12.1 --destination=harbor.ervine.dev/public/x86_64/alpine/hockey-dev:v3.12'
}
}
stage('Notify gchat') {
hangoutsNotify message: "Hockey (dev) Application on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
hangoutsNotify message: "Hockey (dev) Application on Alpine Linux 3.12.1 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}