Merge pull request #981 from lrusak/docker

docker: update to 1.12.3
This commit is contained in:
Christian Hewitt 2016-11-26 07:41:34 +04:00 committed by GitHub
commit 951c5d53ab
4 changed files with 1050 additions and 3 deletions

View File

@ -1,3 +1,7 @@
8.1.109
- Update to docker 1.12.3
- Include ctop utility
8.0.108
- Update to docker 1.12.2

View File

@ -17,8 +17,8 @@
################################################################################
PKG_NAME="docker"
PKG_VERSION="1.12.2"
PKG_REV="108"
PKG_VERSION="1.12.3"
PKG_REV="109"
PKG_ARCH="any"
PKG_ADDON_PROJECTS="Generic RPi RPi2 imx6"
PKG_LICENSE="ASL"

File diff suppressed because it is too large Load Diff

View File

@ -254,7 +254,7 @@ def print_notification(json_data):
try:
if message is not '':
length = int(__addon__.getSetting('notification_length')) * 1000
dialog.notification('Docker', message, '/storage/.kodi/addons/service.system.docker/icon.png', length)
dialog.notification('Docker', message, '/storage/.kodi/addons/service.system.docker/resources/icon.png', length)
xbmc.log('## service.system.docker ## ' + unicode(message))
except NameError as e:
pass