3.11.6 #1

Merged
jonny merged 12 commits from 3.11.6 into master 2020-07-11 06:34:53 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 7c37075fcb - Show all commits

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='2.2.4'
VERSION='2.5.2'
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk update && \

4
Jenkinsfile vendored
View File

@ -14,8 +14,8 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("latest")
app.push("2.2.4")
app.push("2.2")
app.push("2.5.2")
app.push("2.5")
stage('Deploy on k8s'){
sh "/usr/local/bin/kubectl -n media delete po tautulli-0"