macOS
brew install dockchecklocal Homebrew formula metadata
brew
CLI tool to automate docker image updates. Version 0.7.8 via Homebrew; verified 2026-06-15.
install
brew install dockchecklocal Homebrew formula metadata
overview
CLI tool to automate docker image updates
history
Dockcheck is a Bash CLI for checking and optionally applying Docker image updates. Its README frames the tool around selective updates, include and exclude lists, image backups, labels, notifications, pruning, and Compose-aware container recreation.
The maintainer's project writeup traces the idea to late 2022, when the original goal was to determine whether container images had updates without pulling every image first. The implementation settled on comparing local and remote image digests with help from regclient/regctl, turning a home-server maintenance annoyance into a reusable script.
Dockcheck's adoption is mostly self-hosting and homelab oriented: it is packaged for Homebrew in this batch, but the upstream README still documents direct script installation into a PATH directory and cron-style unattended checks. The README also points Podman users to the podcheck fork, which is a useful signal that its audience overlaps with container tinkerers who manage small fleets outside a full orchestration platform.
Common usage is to scan running or stopped containers for newer images, choose which containers to update, pull the selected images, recreate containers or Compose stacks, and optionally prune dangling images afterward. Configuration lives in dockcheck.config beside the script or under ~/.config, and notifications are driven by shell templates plus channel-specific environment variables.
Dockcheck is package-nerd interesting because it sits between heavy automated updaters and manual docker compose pull loops. It is a small shell tool built around registry digests, regctl, jq, and Compose conventions, so packaging it gives users a reproducible way to add conservative image-update checks to cron jobs and home servers.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./dockcheck.config~/.config/dockcheck.configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dockcheck | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/mag37/dockcheck
install metadata
| Package key | brew:dockcheck |
|---|---|
| Version | 0.7.8 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dockcheck |
| Homepage | https://mag37.org |
| Repository | https://github.com/mag37/dockcheck |
| Upstream docs | https://github.com/mag37/dockcheck#readme |
| License | GPL-3.0-only |
| Source archive | https://github.com/mag37/dockcheck/archive/refs/tags/v0.7.8.tar.gz |
| Last updated | 2026-06-15T10:20:15-04:00 |
| Pulse | updated |
| Dependencies | regclient |
| Uses from macOS | jq |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dockcheck |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.