Skip to content

Commit ce2eb86

Browse files
committed
update of README with badges for new ci
1 parent e05952c commit ce2eb86

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
FROM lsiobase/xenial
22
MAINTAINER Stian Larsen, sparklyballs
33

4+
# set version label
5+
ARG BUILD_DATE
6+
ARG VERSION
7+
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
48

59
# global environment settings
610
ENV DEBIAN_FRONTEND="noninteractive" \

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
1313
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
1414

1515
# linuxserver/plex
16-
17-
[![](https://images.microbadger.com/badges/image/linuxserver/plex.svg)](http://microbadger.com/images/linuxserver/plex "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/plex.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/plex.svg)][hub][![Build Status](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io-hub-built/linuxserver-plex)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io-hub-built/job/linuxserver-plex/)
16+
[![](https://images.microbadger.com/badges/version/linuxserver/plex.svg)](https://microbadger.com/images/linuxserver/plex "Get your own version badge on microbadger.com")[![](https://images.microbadger.com/badges/image/linuxserver/plex.svg)](https://microbadger.com/images/linuxserver/plex "Get your own image badge on microbadger.com")[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/plex.svg)][hub][![Docker Stars](https://img.shields.io/docker/stars/linuxserver/plex.svg)][hub][![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Builders/x86-64/x86-64-plex)](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-plex/)
1817

1918
[Plex](https://plex.tv/) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server.
2019

@@ -96,10 +95,20 @@ Valid settings for VERSION are:-
9695

9796
* Shell access whilst the container is running: `docker exec -it plex /bin/bash`
9897
* To monitor the logs of the container in realtime: `docker logs -f plex`
99-
* Upgrade to the latest version (see setting up application section) : `docker restart plex`
98+
99+
To upgrade to the latest version (see setting up application section) : `docker restart plex`
100+
101+
* container version number
102+
103+
`docker inspect -f '{{ index .Config.Labels "build_version" }}' plex`
104+
105+
* image version number
106+
107+
`docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/plex`
100108

101109
## Versions
102110

111+
+ **12.07.17:** Add inspect commands to README, move to jenkins build and push.
103112
+ **28.05.17:** Add unrar package as per requests, for subzero plugin.
104113
+ **11.01.17:** Use Plex environemt variables from pms docker,
105114
change abc home folder to /app to alleviate usermod chowning library folder by default (thanks gbooker, plexinc).

0 commit comments

Comments
 (0)