'update files with ansible'
This commit is contained in:
parent
5cd5b19a1b
commit
75a0b30ccd
@ -17,10 +17,10 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
|
|||||||
rm -rf /tmp/src && \
|
rm -rf /tmp/src && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
RUN curl -sLo sonarr.zip https://services.sonarr.tv/v1/download/main/latest?version=3&os=linux && \
|
RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.6.1265/Sonarr.main.3.0.6.1265.linux.tar.gz && \
|
||||||
sleep 30 && \
|
sleep 30 && \
|
||||||
unzip sonarr.zip && \
|
tar zxvf sonarr.tar.gz && \
|
||||||
rm -rf sonarr.zip && \
|
rm -rf sonarr.tar.gz && \
|
||||||
addgroup -g 1027 sonarr && \
|
addgroup -g 1027 sonarr && \
|
||||||
adduser -D -u 1027 -G sonarr -H sonarr && \
|
adduser -D -u 1027 -G sonarr -H sonarr && \
|
||||||
chown -R sonarr:sonarr /Sonarr
|
chown -R sonarr:sonarr /Sonarr
|
||||||
|
|||||||
@ -14,7 +14,7 @@ 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.7
|
version: 0.1.8
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user