'update files with ansible'

This commit is contained in:
jonny 2022-03-06 01:34:22 +00:00
parent e82b7231e4
commit 36d9c33d95
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Base on latest (edge) alpine image
FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.5
FROM harbor.ervine.dev/public/x86_64/alpine:v3.15.0
LABEL maintainer="Jonathan Ervine docker@ervine.org"
@ -19,7 +19,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
rm -rf /tmp/src && \
rm -rf /var/cache/apk/*
RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.6.1342/Sonarr.main.3.0.6.1342.linux.tar.gz && \
RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.7.1477/Sonarr.main.3.0.7.1477.linux.tar.gz && \
sleep 30 && \
tar zxvf sonarr.tar.gz && \
rm -rf sonarr.tar.gz && \

4
Jenkinsfile vendored
View File

@ -28,11 +28,11 @@ spec:
stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-sonarr.git', credentialsId: 'jenkins2git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/sonarr:v3.0.6.1342'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/sonarr:v3.0.7.1477'
}
}
stage('Notify gchat') {
hangoutsNotify message: "Sonarr 3.0.6.1342 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
hangoutsNotify message: "Sonarr 3.0.7.1477 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
}
}
}

View File

@ -14,10 +14,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.2.9
version: 0.3.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v3.0.6.1342
appVersion: v3.0.7.1477
icon: https://git.ervine.org/jonny/x86_64-alpine-sonarr/raw/branch/master/sonarr.png

View File

@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: harbor.ervine.dev/public/x86_64/alpine/sonarr
tag: v3.0.6.1342
tag: v3.0.7.1477
pullPolicy: IfNotPresent
imagePullSecrets: []