2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-07-31 01:26:10 +00:00

Update to Plex ver 1.18.5.2309

This commit is contained in:
Joe Groocock 2020-02-03 22:14:54 +00:00
parent 844f1f7cc3
commit c382bca5c6
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:
- latest - latest
- "%label io.spritsail.version.plex | %remsuf [0-9a-f]+$ | %auto 2" - "%label io.spritsail.version.plex | %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:
- master - master
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.2309-f5213a238
ARG PLEX_SHA=1ca3e97d72c7a2c9f1b7babb3adbc533380a28df ARG PLEX_SHA=83b6084f2aab5e74340296e529dabc39b6a93e54
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 ../ \