Compare commits

..

20 Commits

Author SHA1 Message Date
f95a0021d5 'update files with ansible' 2022-09-01 11:54:25 +00:00
c047547052 'update files with ansible' 2022-05-26 14:47:06 +00:00
62deb8edd9 'update files with ansible' 2022-01-29 14:00:41 +00:00
bacb41a394 'update files with ansible' 2022-01-29 13:58:13 +00:00
65db067c64 'update files with ansible' 2022-01-29 13:55:11 +00:00
5f64da0608 'update files with ansible' 2022-01-09 08:49:53 +00:00
befc4eeb05 'update files with ansible' 2022-01-08 14:34:23 +00:00
7a3d46e03f 'update files with ansible' 2021-08-05 00:20:14 +00:00
83542c17f1 'update files with ansible' 2021-06-04 02:01:08 +00:00
7a2291b6b9 'update files with ansible' 2021-05-17 13:34:16 +00:00
c0a529f23d 'update files with ansible' 2021-04-12 14:10:51 +00:00
7ca3ff398f 'update files with ansible' 2021-03-31 03:25:28 +00:00
3de7cabf78 'update files with ansible' 2021-03-31 03:05:49 +00:00
47f856be04 'update files with ansible' 2021-03-30 12:11:32 +00:00
a0272f81a9 'update files with ansible' 2021-03-11 15:33:29 +00:00
53129e0833 'update files with ansible' 2021-03-11 15:31:35 +00:00
60d3d05c4f 'update files with ansible' 2021-03-09 15:16:55 +00:00
3ec9cff98d 'update files with ansible' 2021-03-09 15:14:38 +00:00
fa74d405ad 'update files with ansible' 2021-03-09 15:09:00 +00:00
222ab4a6f3 Merge pull request 'Bumped to 3.13.0' (#3) from 3.13.0 into master
Reviewed-on: #3
2021-01-20 12:31:38 +00:00
18 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.13.1" build="10022021"
LABEL maintainer "Jonathan Ervine <docker@ervine.org>" architecture="x86_64" alpineversion="3.16.2" build="10022021"
ADD alpine-minirootfs-3.13.1-x86_64.tar.gz /
ADD alpine-minirootfs-3.16.2-x86_64.tar.gz /
CMD ["/bin/sh"]

8
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ kind: Pod
spec:
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:debug-539ddefcae3fd6b411a95982a830d987f4214251
image: "gcr.io/kaniko-project/executor:debug"
imagePullPolicy: Always
command:
- /busybox/cat
@ -25,13 +25,13 @@ spec:
node(POD_LABEL) {
stage('Build with Kaniko') {
git 'https://git.ervine.org/jonny/x86_64-alpine.git'
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine.git', credentialsId: 'jenkins2git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine:v3.13.1 --destination=harbor.ervine.dev/public/x86_64/alpine:v3.13'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine:v3.16.2 --destination=harbor.ervine.dev/public/x86_64/alpine:v3.16'
}
}
stage('Notify gchat') {
hangoutsNotify message: "Alpine 3.13.1 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
hangoutsNotify message: "Alpine Linux 3.16.2 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.