Merge branch 'master' of ssh://git.ervine.org/jonny/x86_64-alpine-sonarr

This commit is contained in:
Jonny Ervine 2021-12-19 23:25:43 +08:00
commit c6f1d78616
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
apk -U upgrade --ignore alpine-baselayout && \
apk -U add libmediainfo ca-certificates mono zip curl libgdiplus && \
apk del make gcc g++ && \
cert-sync /etc/ssl/certs/ca-certificates.crt
cert-sync /etc/ssl/certs/ca-certificates.crt && \
rm -rf /tmp/src && \
rm -rf /var/cache/apk/*

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ kind: Pod
spec:
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:debug
image: gcr.io/kaniko-project/executor@sha256:f652f28537fa76e8f4f9393de13a064f0206003c451ce2ad6e4359fd5a21acbc
imagePullPolicy: Always
command:
- /busybox/cat

View File

@ -14,7 +14,7 @@ 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.6
version: 0.2.8
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.