From c68596a2021f214cb084083fe8b990330b153783 Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 16 Aug 2019 17:24:28 -0500 Subject: [PATCH] Bump --- Dockerfile | 6 +++--- README.md | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index b89228a..b06c762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,9 +8,9 @@ RUN \ echo "* Installing Runtime Packages" \ && echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \ && apk add --no-cache \ - gst-plugins-good \ - gst-plugins-ugly \ - py2-gst \ + gst-plugins-good@commuedge \ + gst-plugins-ugly@commuedge \ + py2-gst@commuedge \ su-exec@commuedge \ tini@commuedge \ && pip instatall -U \ diff --git a/README.md b/README.md index fc79f2a..00ed678 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Mopidy + Iris Alpine Docker Image +![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/log1x/mopidy-iris?style=flat-square) +![Docker Pulls](https://img.shields.io/docker/pulls/log1x/mopidy-iris?style=flat-square) +![Docker Stars](https://img.shields.io/docker/stars/log1x/mopidy-iris?style=flat-square) + [Iris](https://github.com/jaedb/Iris) (formerly known as Spotmop) is an extension for the Mopidy music server. With support for Spotify, LastFM, Snapcast, Icecast and many other extensions, Iris is the software that brings all your music into one user-friendly and unified interface. ## Usage @@ -16,7 +20,7 @@ $ docker run -d \ log1x/mopidy-iris ``` -**Iris (Web UI):** `http://:6680` +- **Iris (Web UI):** `http://:6680` ## Bug Reports