Is there a way to disable docker image update checks? #982
-
|
I see |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Good news - I've added an option to disable this. Set About rate limits: Pulse already caches registry responses for 6 hours per image, so you shouldn't hit rate limits unless you have many containers with different images. But if you prefer to disable the feature entirely, now you can. This will be available in the next release. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! This is great to see! @eilko You'll need to make this a variable available in the LXC at runtime. For an Alpine LXC it seems to be I added via export PULSE_DISABLE_DOCKER_UPDATE_CHECKS=trueRebooted the LXC and tried with this one and had "true" replied back: echo $PULSE_DISABLE_DOCKER_UPDATE_CHECKSNote: I do not run pulse in an LXC, I run it in a docker container so I can't let you know if it works for the LXC you're working with. Try and let us know. You could also add it to the systemd unit file for Pulse, if systemd is what your LXC uses. |
Beta Was this translation helpful? Give feedback.
Good news - I've added an option to disable this.
Set
PULSE_DISABLE_DOCKER_UPDATE_CHECKS=trueor use the--disable-docker-update-checksflag.About rate limits: Pulse already caches registry responses for 6 hours per image, so you shouldn't hit rate limits unless you have many containers with different images. But if you prefer to disable the feature entirely, now you can.
This will be available in the next release.