modified: Dockerfile
modified: Jenkinsfile deleted: alpine-minirootfs-3.11.3-x86_64.tar.gz new file: alpine-minirootfs-3.11.6-x86_64.tar.gz Bumpe to version 3.11.6
This commit is contained in:
parent
e25c7272c7
commit
ce95eccc9d
@ -1,5 +1,5 @@
|
|||||||
FROM scratch
|
FROM scratch
|
||||||
LABEL maintainer "Jonathan Ervine <docker@ervine.org>" architecture="x86_64" alpineversion="3.11.3" build="18022020"
|
LABEL maintainer "Jonathan Ervine <docker@ervine.org>" architecture="x86_64" alpineversion="3.11.6" build="08052020"
|
||||||
|
|
||||||
ADD alpine-minirootfs-3.11.3-x86_64.tar.gz /
|
ADD alpine-minirootfs-3.11.6-x86_64.tar.gz /
|
||||||
CMD ["/bin/sh"]
|
CMD ["/bin/sh"]
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,5 +13,7 @@ node("docker-node") {
|
|||||||
stage "publish"
|
stage "publish"
|
||||||
app.push("${env.BUILD_NUMBER}")
|
app.push("${env.BUILD_NUMBER}")
|
||||||
app.push("latest")
|
app.push("latest")
|
||||||
|
app.push("3.11.6")
|
||||||
|
app.push("3.11")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
BIN
alpine-minirootfs-3.11.6-x86_64.tar.gz
Normal file
BIN
alpine-minirootfs-3.11.6-x86_64.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user