Bumped to use Alpine Linux 3.13.0

This commit is contained in:
Jonathan Ervine 2021-01-21 12:00:01 +08:00
parent 91d9d92410
commit d301aee808
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Base on latest (edge) alpine image
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
FROM harbor.ervine.dev/public/x86_64/alpine:v3.13
LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
LABEL build-date="02 10 2020"

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ spec:
stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-transmission.git', credentialsId: 'jenkins-to-git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:3.12.0 --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.12 --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.12.0'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.13 --destination=harbor.ervine.dev/public/x86_64/alpine/transmission:v3.13.0'
}
}
stage('Notify gchat') {

0
start.sh Executable file → Normal file
View File