Merge pull request '3.12.1' (#2) from 3.12.1 into master

Reviewed-on: #2
This commit is contained in:
Jonny Ervine 2020-11-10 05:48:57 +00:00
commit fd3331a78b
4 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM scratch
LABEL maintainer "Jonathan Ervine <docker@ervine.org>" architecture="x86_64" alpineversion="3.12.0" build="06072020"
LABEL maintainer "Jonathan Ervine <docker@ervine.org>" architecture="x86_64" alpineversion="3.12.1" build="10112020"
ADD alpine-minirootfs-3.12.0-x86_64.tar.gz /
ADD alpine-minirootfs-3.12.1-x86_64.tar.gz /
CMD ["/bin/sh"]

6
Jenkinsfile vendored
View File

@ -27,8 +27,12 @@ spec:
stage('Build with Kaniko') {
git 'https://git.ervine.org/jonny/x86_64-alpine.git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine:v3.12.0 --destination=harbor.ervine.dev/public/x86_64/alpine:v3.12 --destination=harbor.ervine.dev/library/x86_64/alpine:3.12.0 --destination=harbor.ervine.dev/library/x86_64/alpine:3.12'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine:v3.12.1 --destination=harbor.ervine.dev/public/x86_64/alpine:v3.12'
}
}
stage('Notify gchat') {
hangoutsNotify message: "Alpine 3.12.1 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}

Binary file not shown.