July 8, 20196 yr Hi there, great plugin, I'm always relying on it to give me a bit better feeling on the security update side of things 🙂 Quick question: Is the order of docker apps recognized when updating? I'm running into a weird issue with an app which depends a db docker starts first. Could there be a setting in which the db container takes a little bit too long to shutdown and the update for the other container is already on its way so it won't find the db container on startup? Thanks for your time.
September 8, 20196 yr All of a sudden the plug-in is not actually updating the Dockers all my settings are the same but I have to hit the apply update button manually
September 8, 20196 yr Author Just now, Fiservedpi said: All of a sudden the plug-in is not actually updating the Dockers all my settings are the same but I have to hit the apply update button manually Due to a change over at docker, unRaid always sees that there's an update available whenever you check for updates. See bug report and fix within the thread https://forums.unraid.net/bug-reports/stable-releases/dockers-wanting-to-update-but-dont-in-the-end-r618/
September 9, 20196 yr It has been couple weeks now that the plugin updates all linuxserver containers every night. Anyone else having the same issue? Or any clue what might be wrong here?
September 9, 20196 yr This is a known issue, due to a change at docker hub. You can either follow the workaround as explained in the thread above or wait for the next version of Unraid. Though this issue brings inconvience, true container updates are still performed..
September 9, 20196 yr Thanks mate. I checked Squid's post but didn't realize it described my issue. Edited September 9, 20196 yr by Kydonakis
September 9, 20196 yr Author Ok while I usually shy away from having plugins modify system files, tonight I'll issue an update to this plugin that will fix the update always available issue to lessen all of the same questions being posted in various threads hereSent from my NSA monitored device
December 4, 20196 yr ive created some docker outside of unraid (with portainer), ive created a "stack" to be exact. Could this app be changed to allow to update these containers? If not, could they be auto excluded atleast, because it throws out a error if it want to update them.
December 6, 20196 yr I have a question about a setting: In the "Docker Auto Update Settings" settings tab, there is the setting "Time to wait for docker graceful stop before killing". What unit of time does this use? Seconds or minutes? What command is used for a graceful stop versus killing? Does it kill dockerd or only containers currently running? Thank you!
December 8, 20196 yr On 12/4/2019 at 12:23 PM, Squid said: What errors Sorry, unraid, or the plugin (i dont know) always thinks these dockers created by portainer need to be updated. If i click update the following error comes up: "Configuration not found. Was this container created using this plugin?" solution: It would be cool if that plugin can update the dockers, if not, atleast automatic skip dockers not created by unraid (?). (just look for the config file, is not there, skip?) Edited December 8, 20196 yr by nuhll
December 8, 20196 yr Author If the containers aren't actually hosted online somewhere (dockerHub), then the update always being available thing will happen. The plugin is tied directly to unRaid's management system, and uses it to update and check for updates due to simplicity, and I don't foresee that ever changing. Another option I suppose for you would be to use WatchTower to do the updates.
December 8, 20196 yr Yes, i use watchtower. They are online hosted... my stack file looks like this: I dont want you to support updating those "stack dockers"? but i mean, couldnt you just auto exclude these? (or is that a suggestion regrading unraid?) version: "2" services: watchtower: image: v2tec/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock command: --interval 86400 networks: - webserver ... ... ... nginx_proxy: image: jwilder/nginx-proxy restart: unless-stopped ports: - "123:80" - "124:443" volumes: - /var/run/docker.sock:/tmp/docker.sock:ro - /mnt/user/appdata/webserver/nginx_proxy/certs:/etc/nginx/certs - /mnt/user/appdata/webserver/nginx_proxy/vhost.d:/etc/nginx/vhost.d - /mnt/user/appdata/webserver/nginx_proxy/html:/usr/share/nginx/html - /mnt/user/appdata/webserver/nginx_proxy/conf.d:/etc/nginx/conf.d labels: - "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy" networks: - webserver letsencrypt: image: jrcs/letsencrypt-nginx-proxy-companion restart: unless-stopped depends_on: - nginx_proxy volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /mnt/user/appdata/webserver/nginx_proxy/certs:/etc/nginx/certs - /mnt/user/appdata/webserver/nginx_proxy/vhost.d:/etc/nginx/vhost.d - /mnt/user/appdata/webserver/nginx_proxy/html:/usr/share/nginx/html networks: - webserver phpmyadmin: image: phpmyadmin/phpmyadmin restart: unless-stopped depends_on: - db - letsencrypt volumes: - /mnt/user/appdata/webserver/phpmyadmin/config/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php - /mnt/user/appdata/webserver/phpmyadmin/html:/var/www/html environment: PMA_HOST: db PMA_PORT: 3306 PMA_USER: root PMA_PASSWORD: 12345 ports: - "8081:80" networks: - webserver db: image: mysql command: ['--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci','--default-authentication-plugin=mysql_native_password'] restart: unless-stopped volumes: - /mnt/user/appdata/webserver/mysql:/var/lib/mysql expose: - "3306" environment: MYSQL_ROOT_PASSWORD: 12345 networks: - webserver networks: webserver: Edited December 8, 20196 yr by nuhll
March 3, 20206 yr any idea why i would get this error? dont think i've done any changes to this file personally. It doesn't seem like the plugins respect the delay setting any longer, they will always auto update instantly. Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/ca.update.applications/include/exec.php on line 100 Edited March 3, 20206 yr by MammothJerk
March 14, 20206 yr So quick question on the best way/how to configure, I have a nightly appdata backup at 5am and want the docker containers (that are stopped for the backups) updated after backup completion. I've already configured the backup and I have set 'Update Applications On Restart' to yes. If I leave the docker auto update settings 'Update Check Frequency' to Disabled will it still check for updates and complete during the nightly backup?
March 16, 20206 yr Since a few weeks I get orphaned images regularly from the auto update. One docker container is always affected and usually there's an additional one at random. Any idea what could be causing this? Running unraid 6.8.3 and the newest version of this plugin.
March 17, 20206 yr 4 hours ago, sasjafor said: Since a few weeks I get orphaned images regularly from the auto update. One docker container is always affected and usually there's an additional one at random. Any idea what could be causing this? Running unraid 6.8.3 and the newest version of this plugin. Go to Tools - Diagnostics and attach the complete diagnostics zip file to your NEXT post. I may split this into its own thread since it likely has nothing to do with this plugin.
March 17, 20206 yr Here you go. I saw some errors in the docker log, but couldn't find anything useful from a quick google. server-diagnostics-20200317-0933.zip
March 17, 20206 yr I just installed this plugin. Thanks for the work! Is there anyway to have it notify to a slack (or discord with /slack) channel like watchtower? Just noticed the agent notification settings in the notification settings.. doh Edited March 17, 20206 yr by Tuumke
March 17, 20206 yr Not sure if this belongs in this thread but, is there a way to get docker release notes? Right now, I'd have to click to open the context menu, then select "Project Page" if it has one, which isn't always related to the docker image update, and then dig through the site to find them. Can this plugin send that information through notifications?
March 18, 20206 yr Hm, i have the docker update set to update each 30 minutes. Even though it says its updated through notifications, it's not updating my dockers?!
March 30, 20206 yr @Squid Thanks for this great plugin. Can I request an update for those of us running Unraid 6.8.3 that use docker container to container networking? @bonienl updated the docker logic to trigger an update of docker images that depend on the network of another docker image that has been updated. I believe this logic is triggered in the php code, so the docker page needs to be loaded to allow this to happen. Is it possible to have the plugin "load the docker page" to allow this to happen after the docker auto update is executed? Thanks! -JesterEE
April 5, 20206 yr Hi, I just got his error after being prompted to update to the latest version of CA whilst I was in the Auto Update Applications settings menu. A banner popped up at the top the screen prompting me to update CA to latest version - I clicked update - updated successfully - now I get this error each time I go to the Auto Update Applications setting. unraid-diagnostics-20200406-0632.zip
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.