'update files with ansible'

This commit is contained in:
jonny 2021-05-23 13:41:38 +00:00
parent 5a735aa8c0
commit d2ddf4ed74
4 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# Base on latest (edge) alpine image # Base on latest (edge) alpine image
FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.4 FROM harbor.ervine.dev/public/x86_64/alpine:v3.13.5
LABEL maintainer="Jonathan Ervine <docker@ervine.org>" LABEL maintainer="Jonathan Ervine <docker@ervine.org>"
@ -16,9 +16,9 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
ADD UTC /etc/localtime ADD UTC /etc/localtime
#RUN git clone https://github.com/Tautulli/Tautulli && \ #RUN git clone https://github.com/Tautulli/Tautulli && \
RUN wget https://github.com/Tautulli/Tautulli/archive/v2.7.2.tar.gz && \ RUN wget https://github.com/Tautulli/Tautulli/archive/v2.7.3.tar.gz && \
tar zxvf v2.7.2.tar.gz -C / && \ tar zxvf v2.7.3.tar.gz -C / && \
mv /Tautulli-2.7.2 /Tautulli && \ mv /Tautulli-2.7.3 /Tautulli && \
rm *.tar.gz && \ rm *.tar.gz && \
rm -rf /var/cache/apk/* && \ rm -rf /var/cache/apk/* && \
addgroup -g 1027 tautulli && \ addgroup -g 1027 tautulli && \

4
Jenkinsfile vendored
View File

@ -28,11 +28,11 @@ spec:
stage('Build with Kaniko') { stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins-to-git' git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins-to-git'
container('kaniko') { container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.7.2-3.13.4' sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.7.3-3.13.5'
} }
} }
stage('Notify gchat') { stage('Notify gchat') {
hangoutsNotify message: "Tatutulli 2.7.2 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false hangoutsNotify message: "Tatutulli 2.7.3 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
} }
} }
} }

View File

@ -14,12 +14,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
version: 0.1.19 version: 0.1.20
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v2.7.2 appVersion: v2.7.3
alpine_version: 3.13.4 alpine_version: 3.13.5
icon: https://git.ervine.org/jonny/x86_64-alpine-tautulli/raw/branch/master/tautulli.png icon: https://git.ervine.org/jonny/x86_64-alpine-tautulli/raw/branch/master/tautulli.png

View File

@ -68,4 +68,4 @@ affinity: {}
config: config:
configPvc: tautulli-icarus-config configPvc: tautulli-icarus-config
alpine_version: 3.13.4 alpine_version: 3.13.5