mirror of
https://github.com/spritsail/plex-media-server.git
synced 2024-12-20 11:34:36 +00:00
Add nofonts tag
This commit is contained in:
parent
e6f4ee1f03
commit
7a406938c9
13
.drone.yml
13
.drone.yml
@ -2,12 +2,12 @@ pipeline:
|
||||
build:
|
||||
image: spritsail/docker-build
|
||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||
repo: plex-dev
|
||||
repo: plex-nofonts-dev
|
||||
|
||||
test-bin:
|
||||
image: spritsail/docker-test
|
||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||
repo: plex-dev
|
||||
repo: plex-nofonts-dev
|
||||
run: |
|
||||
curl --version &&
|
||||
xmlstarlet --version
|
||||
@ -15,7 +15,7 @@ pipeline:
|
||||
test:
|
||||
image: spritsail/docker-test
|
||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||
repo: plex-dev
|
||||
repo: plex-nofonts-dev
|
||||
curl: ':32400/identity'
|
||||
delay: 5
|
||||
retry: 10
|
||||
@ -27,12 +27,11 @@ pipeline:
|
||||
image: spritsail/docker-publish
|
||||
volumes: [ '/var/run/docker.sock:/var/run/docker.sock' ]
|
||||
secrets: [ docker_username, docker_password, microbadger_token ]
|
||||
when: { branch: [ master ], event: [ push, tag, deployment ] }
|
||||
from: plex-dev
|
||||
when: { branch: [ nofonts ], event: [ push, tag, deployment ] }
|
||||
from: plex-nofonts-dev
|
||||
repo: spritsail/plex-media-server
|
||||
tags:
|
||||
- 'latest'
|
||||
- '%labelauto: io.spritsail.version.plex'
|
||||
- '%labelauto: %prefix: nofonts% io.spritsail.version.plex'
|
||||
|
||||
notify:
|
||||
image: spritsail/notify
|
||||
|
16
README.md
16
README.md
@ -1,17 +1,17 @@
|
||||
[hub]: https://hub.docker.com/r/spritsail/plex-media-server
|
||||
[git]: https://github.com/spritsail/plex-media-server
|
||||
[git]: https://github.com/spritsail/plex-media-server/tree/nofonts
|
||||
[drone]: https://drone.spritsail.io/spritsail/plex-media-server
|
||||
[mbdg]: https://microbadger.com/images/spritsail/plex-media-server
|
||||
[mbdg]: https://microbadger.com/images/spritsail/plex-media-server:nofonts
|
||||
|
||||
# [spritsail/plex-media-server][hub]
|
||||
|
||||
[![Layers](https://images.microbadger.com/badges/image/spritsail/plex-media-server.svg)][mbdg]
|
||||
[![Latest Version](https://images.microbadger.com/badges/version/spritsail/plex-media-server.svg)][hub]
|
||||
[![Git Commit](https://images.microbadger.com/badges/commit/spritsail/plex-media-server.svg)][git]
|
||||
[![Layers](https://images.microbadger.com/badges/image/spritsail/plex-media-server:nofonts.svg)][mbdg]
|
||||
[![Latest Version](https://images.microbadger.com/badges/version/spritsail/plex-media-server:nofonts.svg)][hub]
|
||||
[![Git Commit](https://images.microbadger.com/badges/commit/spritsail/plex-media-server:nofonts.svg)][git]
|
||||
[![Docker Pulls](https://img.shields.io/docker/pulls/spritsail/plex-media-server.svg)][hub]
|
||||
[![Docker Stars](https://img.shields.io/docker/stars/spritsail/plex-media-server.svg)][hub]
|
||||
[![Build Status](https://drone.spritsail.io/api/badges/spritsail/plex-media-server/status.svg)][drone]
|
||||
[![Last Build](https://api.spritsail.io/badge/lastbuild/spritsail/plex-media-server:latest)][drone]
|
||||
[![Build Status](https://drone.spritsail.io/api/badges/spritsail/plex-media-server/status.svg?branch=nofonts)][drone]
|
||||
[![Last Build](https://api.spritsail.io/badge/lastbuild/spritsail/plex-media-server:nofonts)][drone]
|
||||
|
||||
The _smallest*_ Plex Media Server docker image, built on barebones [spritsail/busybox](https://hub.docker.com/spritsail/busybox/) with glibc and libraries built from source. The container hosts a fully featured Plex Media Server, with almost all of the useless crap removed, resulting in the smallest container possible whilst maintaining full functionality.
|
||||
|
||||
@ -39,7 +39,7 @@ docker run -dt \
|
||||
-v /config/plex:/config \
|
||||
-v /transcode:/transcode \
|
||||
-v /media:/media \
|
||||
spritsail/plex-media-server
|
||||
spritsail/plex-media-server:nofonts
|
||||
```
|
||||
|
||||
Finally, navigate to [app.plex.tv/desktop](https://app.plex.tv/desktop) or [your-ip:32400/web](http://localhost:32400/web) and you're done!
|
||||
|
Loading…
Reference in New Issue
Block a user