Build Alpine Linux 3.12.1

This commit is contained in:
Jonathan Ervine 2020-11-10 13:47:03 +08:00
parent 3916ff08f4
commit 60f8992bc9
4 changed files with 6 additions and 6 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"]

8
Jenkinsfile vendored
View File

@ -27,12 +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
}
}
}
stage('Notify gchat') {
hangoutsNotify message: "Alpine 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}

Binary file not shown.