Posts by HejDu

    Is this the right place in code and code-piece for e.g. pulling the right arm64v8 latest?:

    Code
    #set docker image
    DOCKERIMAGETAG="arm64v8-latest"
    DOCKERIMAGE="linuxserver/plex"

    and also I have added the $DOCKERIMAGETAG to auto-updater area - replace with this code:

    Code
    if ! grep -q "$DOCKERIMAGE" /storage/.kodi/userdata/addon_data/docker.linuxserver.updater/update.sh; then
      echo "/storage/.kodi/addons/service.system.docker/bin/docker pull ${DOCKERIMAGE}:${DOCKERIMAGETAG}" >> /storage/.kodi/userdata/addon_data/docker.linuxserver.updater/update.sh
    fi