Build Alpine Linux 3.12.1
This commit is contained in:
parent
3916ff08f4
commit
60f8992bc9
@ -1,5 +1,5 @@
|
|||||||
FROM scratch
|
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"]
|
CMD ["/bin/sh"]
|
||||||
|
|||||||
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -27,12 +27,12 @@ spec:
|
|||||||
stage('Build with Kaniko') {
|
stage('Build with Kaniko') {
|
||||||
git 'https://git.ervine.org/jonny/x86_64-alpine.git'
|
git 'https://git.ervine.org/jonny/x86_64-alpine.git'
|
||||||
container('kaniko') {
|
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.
BIN
alpine-minirootfs-3.12.1-x86_64.tar.gz
Normal file
BIN
alpine-minirootfs-3.12.1-x86_64.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user