Skip to content

Commit

Permalink
Updated with 8.3.1 - 1676361197 and phusion/baseimage focal-1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
logicwar committed Sep 5, 2023
1 parent ab1663e commit f8aa588
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM phusion/baseimage:focal-1.0.0
FROM phusion/baseimage:focal-1.2.0

#########################################
## SET LABELS ##
Expand Down Expand Up @@ -32,6 +32,9 @@ RUN \
apt-get update && \
apt-get install -y \
libio-socket-ssl-perl \
libcrypt-openssl-bignum-perl \
libcrypt-openssl-random-perl \
libcrypt-openssl-rsa-perl \
lame faad flac sox \
wget && \
rm -rf \
Expand All @@ -44,7 +47,7 @@ RUN \
echo "**** Install latest Logitech Media Server package ****" && \
os=$(dpkg --print-architecture) && \
if [ "$os" = "armhf" ]; then os=arm; fi &&\
url="http://www.mysqueezebox.com/update/?version=8.1.1&revision=1&geturl=1&os=deb$os" && \
url="http://www.mysqueezebox.com/update/?version=8.3.1&revision=1&geturl=1&os=deb$os" && \
latest_lms=$(wget -q -O - "$url") && \
mkdir -p /sources && \
cd /sources && \
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[appurl]: https://downloads.slimdevices.com/LogitechMediaServer_v8.1.1/
[appurl]: https://downloads.slimdevices.com/LogitechMediaServer_v8.3.1/
[hub]: https://hub.docker.com/r/logicwar/logitechmediaserver/
[lms_wikipedia]: https://en.wikipedia.org/wiki/Logitech_Media_Server
[wiki]: http://wiki.slimdevices.com/index.php/Logitech_Media_Server
[tz_wikipedia]:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

# [Docker Container for Logitech Media Server][hub]

This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server [8.1.1 build][appurl].
This is a Docker image based on phusion/baseimage for running the latest Logitech Media Server [8.3.1 build][appurl].

Logitech Media Server (formerly SlimServer, SqueezeCenter and Squeezebox Server) is a streaming audio server supported by Logitech (formerly Slim Devices), developed in particular to support their Squeezebox range of digital audio receivers. [Wikipedia][lms_wikipedia] / [Official Squeezebox site][wiki]

Expand Down Expand Up @@ -65,6 +65,7 @@ Click on the upgrade link which will take you to the LMS updates page. Alternati
To follow the instruction of the information page, you will need to open a terminal session on your running docker container: `docker exec -it lms /bin/bash`. When all steps have been followed you will need to stop and restart the container.

## Versions
+ **V0.5** Updated with 8.3.1 - 1676361197 and phusion/baseimage focal-1.2.0
+ **V0.4** Updated with 8.1.1 - 1610364019 and phusion/baseimage focal-1.0.0
+ **V0.3** Updated with 7.9.2-1545144292
+ **V0.2** Updated with 7.9.1-1517314665
Expand Down

0 comments on commit f8aa588

Please sign in to comment.