From abb5c709c8fd57104920b06c0f24132e1123287b Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Thu, 26 Nov 2020 00:10:26 +0800 Subject: [PATCH] Bumped to 0.4.6 --- Dockerfile | 2 +- Jenkinsfile | 6 +++--- start.sh | 0 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 start.sh diff --git a/Dockerfile b/Dockerfile index 3b1e069..b20135a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ MAINTAINER “Jonathan Ervine” 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 && \ diff --git a/Jenkinsfile b/Jenkinsfile index 80d20f0..03f0aed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 } } } diff --git a/start.sh b/start.sh old mode 100755 new mode 100644