Removed some requirements

This commit is contained in:
jenkins-x-bot 2020-09-16 13:17:10 +08:00
parent 04a450d7f6
commit 075a3d3e8a
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ LABEL MAINTAINER="Jonathan Ervine <docker@ervine.org>"
ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \
FLASK_APP=/data/app-dev/app.py \
VERSION=1.1.1
VERSION=1.1.2
RUN apk update && \
apk -U upgrade --ignore alpine-baselayout && \

6
Jenkinsfile vendored
View File

@ -30,9 +30,9 @@ spec:
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine/helm-2.13.1:v3.12.0 --destination=harbor.ervine.dev/public/x86_64/alpine/helm-2.13.1:v3.12'
}
}
stage('Notify gchat') {
hangoutsNotify message: "Helm 2.13.1 python flask Web Application 1.1.2 on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}
stage('Notify gchat') {
hangoutsNotify message: "Helm 2.13.1 python flask Web Application 1.1.1 on Alpine Linux 3.12.0 has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}