2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-09-16 21:43:54 +00:00

Update to Plex ver 1.18.5.2260

This commit is contained in:
Joe Groocock 2020-01-21 17:14:51 +00:00
parent 6d21675522
commit aa35bc1082
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 7 additions and 21 deletions

View File

@ -44,30 +44,15 @@ steps:
tags: tags:
- plexpass - plexpass
- "%label io.spritsail.version.plex | %prefix plexpass | %remsuf [0-9a-f]+$ | %auto 2" - "%label io.spritsail.version.plex | %prefix plexpass | %remsuf [0-9a-f]+$ | %auto 2"
environment: username:
DOCKER_PASSWORD:
from_secret: docker_password
DOCKER_USERNAME:
from_secret: docker_username from_secret: docker_username
password:
from_secret: docker_password
when: when:
branch: branch:
- pass - pass
event: event:
- push - push
- tag
- name: notify
pull: always
image: spritsail/notify
environment:
NOTIFY_TOKEN:
from_secret: notify_token
WEBHOOK_URL:
from_secret: webhook_url
when:
status:
- success
- failure
--- ---
kind: signature kind: signature

View File

@ -1,5 +1,5 @@
ARG PLEX_VER=1.18.4.2171-ac2afe5f8 ARG PLEX_VER=1.18.5.2260-056ab4be9
ARG PLEX_SHA=1ca3e97d72c7a2c9f1b7babb3adbc533380a28df ARG PLEX_SHA=2b429c48cfa9a22168791bd2a67b89ffe6b54a28
ARG XMLSTAR_VER=1.6.1 ARG XMLSTAR_VER=1.6.1
ARG CURL_VER=curl-7_66_0 ARG CURL_VER=curl-7_66_0
ARG ZLIB_VER=1.2.11 ARG ZLIB_VER=1.2.11
@ -26,7 +26,7 @@ RUN curl -fsSL -o plexmediaserver.deb https://downloads.plex.tv/plex-media-serve
&& dpkg-deb -x plexmediaserver.deb . \ && dpkg-deb -x plexmediaserver.deb . \
\ \
&& rm -r \ && rm -r \
etc/ lib/ usr/sbin/ usr/share/ \ etc/ usr/sbin/ usr/share/ \
plexmediaserver.deb \ plexmediaserver.deb \
\ \
&& cd usr/lib/plexmediaserver \ && cd usr/lib/plexmediaserver \
@ -37,6 +37,7 @@ RUN curl -fsSL -o plexmediaserver.deb https://downloads.plex.tv/plex-media-serve
lib/libxml2.so* \ lib/libxml2.so* \
lib/libxslt.so* \ lib/libxslt.so* \
lib/libexslt.so* \ lib/libexslt.so* \
lib/plexmediaserver.* \
Resources/start.sh \ Resources/start.sh \
# Place shared libraries in usr/lib so they can be actually shared # Place shared libraries in usr/lib so they can be actually shared
&& mv lib/*.so* lib/dri ../ \ && mv lib/*.so* lib/dri ../ \