mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
This command queries Docker registries (Docker Hub, GHCR, Quay, Codeberg) to find and update Docker image versions in service template files. Features: - Automatically updates 'latest' tags to semantic versions using digest matching - Supports multiple version formats: semantic (1.2.3), date-based (2025.10.20), RELEASE timestamps - Prefers shorter version tags (1.8 over 1.8.1) when both available - In-memory caching to avoid duplicate API queries for same images - Detects and reports services with available major version updates - Preserves YAML formatting and comments - Supports dry-run mode for preview Usage: php artisan services:update-versions [--dry-run] [--service=name] 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>