Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
597 stars 49 forks source link

Wrong sc4h/alpine-s6overlay version in dockerfile #154

Closed musicderp closed 2 years ago

musicderp commented 2 years ago

Building your container as is results in a failure due to the new overlay version (sc4h/alpine-s6overlay:3.12) using ARG OVERLAY_VERSION=3.1.0.1 instead of the one you are using, ARG OVERLAY_VERSION=v2.2.0.3. Changing the first line of /docker/Dockerfile from FROM sc4h/alpine-s6overlay:3.12 to FROM sc4h/alpine-s6overlay:3.11 fixed this for me, but I'm not 100 percent sure how all this stuff works, so I'm reporting it here so you can look at it and possibly fix it. As far as I can tell, this happens because of this latest update to s6overlay https://gitlab.com/sc4h/docker-alpine-s6overlay/-/blob/master/Dockerfile