- cross-posted to:
- selfhosted@lemmy.world
- cross-posted to:
- selfhosted@lemmy.world
Dockheck is a CLI tool to automate docker image updates. Interactively or unattended with notifications, image backups, exclude/include, labels, autoprune and more. Can be run as is, without configuration or with extensive options.
This year my AFK-life have been intense, so development have been slow and mainly squashing bugs. But others have kept contributed with suggestions on improvements, ideas on new features and some ready to merge patches.
So these last couple of weeks I’ve tried to squeeze in some time to bring it together in v0.8.0 and now v0.8.1.
New stuff in short:
Docker Compose -ready:
- Now possible to run dockcheck within its own docker compose container (or docker run).
- Easily set up your notifications and options, either in conf-file or env-vars, then let it run as any other container.
- Optionally run it once interactively with docker run, no need for configs.
- Run interactively between your scheduled compose setup with
docker exec -itas usual.
New options:
-NNo updates or checks; simulating updates to test notifications unconditionally.-EExclude containers from applying updates but check available, separated by comma.-CTemporarily use default configs - override dockcheck.config file.-oHides the “No updates available” message and only shows updateable images.
New notification templates:
- Home Assistant Event Integration
- XMPP
- Bark
I’m very happy this project still got traction considering all the large alternatives around. Wonderful community!
Disclaimer: No AI tools used what so ever from my end and encouraging contributors to refrain and/or explain.
[CBH]
I absolutely love this tool. Thank you for your work.
I will pour one out when the day comes for me to switch to podcheck.
Oh thank you kindly! Haha, podcheck is a great fork if that fits your needs.
Considering your comment at the end, please add the [CBH] tag to the title please.
Thank you, forgot to add it! Glad it’s there.
Thanks!
I like the Frank the Giant Bunny logo!!
Hey, thanks! It’s not the project logo though, just my usual user avatar. The project logo is prettier 😉
Ahh so it is!
That looks pretty cool.
Docker Hub pull limit 📉 not an issue for checks only for actual pulls
Has anyone actually ran into this road block? The limit is something like 100 pulls per 6 hours for unauthorized pulls. Just curious. I have some 53 containers running, but I couldn’t imagine running 100 of them. I guess there are some who do.
As @epyon22@sh.itjust.works already replied - some projects have many dependencies and images within their projects. And some have a bunch of containers and running a check with a tool that actually pulls all the images to do the check - those 100 pulls can be gone pretty quickly.
Yeah occasionally I’ve hit the limit
Really? Wow. You must have one heckuva set up.
Usually if I’m updating everything prior to having more automated updates. Some projects like next cloud and and matrix have deep dependency trees



