Bumped to 0.4.6

This commit is contained in:
Jonathan Ervine 2020-11-26 00:10:26 +08:00
parent 7c713be3d4
commit abb5c709c8
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” <docker@ervine.org>
ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \
TERM='xterm' \
VERSION='0.4.5'
VERSION='0.4.6'
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk update && \

6
Jenkinsfile vendored
View File

@ -27,15 +27,15 @@ spec:
node(POD_LABEL) {
stage('Build with Kaniko') {
environment {
MEDUSA_VER = "0.4.2"
MEDUSA_VER = "0.4.6"
}
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-medusa.git', credentialsId: 'jenkins-to-git'
container('kaniko') {
sh "/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/medusa:0.4 --destination=harbor.ervine.dev/public/x86_64/alpine/medusa:v0.4.5"
sh "/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/medusa:0.4 --destination=harbor.ervine.dev/public/x86_64/alpine/medusa:v0.4.6"
}
}
stage('Notify gchat') {
hangoutsNotify message: "Medusa 0.4.5 on Alpine Linux has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
hangoutsNotify message: "Medusa 0.4.6 on Alpine Linux has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}

0
start.sh Executable file → Normal file
View File