dockcheck
« Back to VersTracker
Description:
CLI tool to automate docker image updates
Type: Formula  |  Latest Version: 0.7.5@0  |  Tracked Since: Dec 17, 2025
Links: Homepage  |  formulae.brew.sh
Category: Devops
Tags: docker containers devops automation updates
Install: brew install dockcheck
About:
Dockcheck is a CLI utility that detects outdated Docker images by querying registries for newer tags. It automates the update process by generating and executing docker pull and container restart commands. This tool helps maintain security and stability by streamlining container updates without manual intervention.
Key Features:
  • Automated detection of outdated Docker images
  • Supports multiple container runtimes (Docker, Podman)
  • Generates ready-to-run update commands
  • Configurable notification system
  • Dry-run mode for safe testing
Use Cases:
  • Automating routine container updates on production servers
  • Monitoring container image freshness across multiple hosts
  • Streamlining CI/CD pipeline container maintenance
Alternatives:
  • watchtower – Watchtower runs as a container to auto-update others, while dockcheck is a CLI tool for manual or scripted execution
  • regctl – regclient provides low-level registry operations, dockcheck uses it to build higher-level update workflows
License: GPL-3.0-only
Dependencies: jq, regclient
Bottles available for: all
Version History
Detected Version Rev Change Commit
Sep 15, 2025 11:31am 0 VERSION_BUMP 45a23e92