'update files with ansible'
This commit is contained in:
parent
9c92aed235
commit
00ec096a42
@ -16,9 +16,9 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
|
||||
ADD UTC /etc/localtime
|
||||
|
||||
#RUN git clone https://github.com/Tautulli/Tautulli && \
|
||||
RUN wget https://github.com/Tautulli/Tautulli/archive/v2.6.10.tar.gz && \
|
||||
tar zxvf v2.6.10.tar.gz -C / && \
|
||||
mv /Tautulli-2.6.10 /Tautulli && \
|
||||
RUN wget https://github.com/Tautulli/Tautulli/archive/v2.7.0.tar.gz && \
|
||||
tar zxvf v2.7.0.tar.gz -C / && \
|
||||
mv /Tautulli-2.7.0 /Tautulli && \
|
||||
rm *.tar.gz && \
|
||||
rm -rf /var/cache/apk/* && \
|
||||
addgroup -g 1027 tautulli && \
|
||||
|
||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -28,11 +28,11 @@ spec:
|
||||
stage('Build with Kaniko') {
|
||||
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-tautulli.git', credentialsId: 'jenkins-to-git'
|
||||
container('kaniko') {
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.6.10-3.13.3'
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/tautulli:v2.7.0-3.13.3'
|
||||
}
|
||||
}
|
||||
stage('Notify gchat') {
|
||||
hangoutsNotify message: "Tatutulli 2.6.10 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||
hangoutsNotify message: "Tatutulli 2.7.0 on Alpine has built",token: "A2ET831pVslqXTqAx6ycu573r",threadByJob: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -14,11 +14,11 @@ 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.1.16
|
||||
version: 0.1.17
|
||||
|
||||
# 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: v2.6.10
|
||||
appVersion: v2.7.0
|
||||
|
||||
alpine_version: 3.13.3
|
||||
|
||||
|
||||
@ -26,8 +26,8 @@ securityContext:
|
||||
# capabilities:
|
||||
# drop:
|
||||
# - ALL
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: true
|
||||
runAsNonRoot: true
|
||||
runAsUser: 1027
|
||||
|
||||
service:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user