1
0

Compare commits

...

3 Commits

Author SHA1 Message Date
ae39dd8db4
Update to 10.5.0. 2019-12-10 17:49:35 +01:00
2154421f4a
Revert ImageIO replacement, bump Tomcat to v9. 2018-08-24 23:00:25 +02:00
6e4e4be40d
Download ImageIO. 2018-08-24 17:36:23 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM jeanblanchard/tomcat:8
ENV AIRSONIC_VERSION="10.1.2" LC_ALL="C.UTF-8" LANG="en_US.UTF-8" LANGUAGE="en_US.UTF-8" TZ="Europe/Berlin" MAX_MEM="256"
ENV AIRSONIC_VERSION="10.5.0" LC_ALL="C.UTF-8" LANG="C.UTF-8" LANGUAGE="C.UTF-8" TZ="Europe/Berlin" MAX_MEM="256"
LABEL maintainer="Markus Birth <markus@birth-online.de>"
LABEL version="$AIRSONIC_VERSION"

View File

@ -8,7 +8,7 @@ This repository contains configuration files for building a
Noteworthy
----------
* [Airsonic 10.1.2](https://airsonic.github.io/)
* [Airsonic 10.5.0](https://airsonic.github.io/)
* based on [cyrilix](https://github.com/cyrilix)/[docker-subsonic](https://github.com/cyrilix/docker-subsonic)
* uses [jeanblanchard](https://github.com/jeanblanchard)/[tomcat](https://hub.docker.com/r/jeanblanchard/tomcat/) with Alpine Linux
* compiles to a 266 MB image instead of [cyrilix](https://hub.docker.com/r/cyrilix/subsonic/)'s 484 MB