Dockcheck Versions Save

CLI tool to automate docker image updates. No pre-pull, selective, notify, prune.

v0.4.1

3 weeks ago

New

Fixes

  • removed unused var
  • cleaned up some prints
  • re-written array sorting
  • re-formatted compose and env file checks
    • clearing bug for multi-env-container which would break.
    • accounted for rare compose-path formatting which would break.

Full Changelog: https://github.com/mag37/dockcheck/compare/v0.4.0...v0.4.1

New Contributors

v0.4.0

3 months ago

New

Fixes

  • Reworked the selfupdate functionality to automatically update with git if it's a git project, otherwise use curl/wget.
  • Some syntax cleanup.

Full Changelog: https://github.com/mag37/dockcheck/compare/v.0.3.8...v0.4.0

v.0.3.8

3 months ago

Fixes:

Full Changelog: https://github.com/mag37/dockcheck/compare/v0.3.7...v.0.3.8

v0.3.7

3 months ago

New

  • Added the option -f - Force stack restart after update. Caution: restarts once for every updated container within stack.
  • Added support for custom labels. Currently these two are usable:
    • mag37.dockcheck.restart-stack: true - Use instead of the -f option, force stop+restart on the whole compose-stack.
    • mag37.dockcheck.update: true - Will when used with -l option only update containers with this label set and skip the rest.

Full Changelog: https://github.com/mag37/dockcheck/compare/v0.3.6...v0.3.7

v0.3.6

4 months ago

New

  • Added pushbullet template file.

v0.3.5

4 months ago

New

  • Added a simple progress bar for the registry checkup.

Full Changelog: https://github.com/mag37/dockcheck/compare/v0.3.4...v0.3.5

v0.3.4

4 months ago

New:

Fixes:

  • Added so that containers with errors will be listed with corresponding error message.

Extras:

  • Added a Apprise Quickstart document.
  • Some cleanup of the readme.
  • Added regctl to gitignore.

Full Changelog: https://github.com/mag37/dockcheck/compare/v0.3.3...v0.3.4

v0.3.3

4 months ago

New:

  • Added option -i, inform - notify. To trigger the notification function.
  • Added Apprise notify template.

Full Changelog: https://github.com/mag37/dockcheck/compare/v0.3.2...v0.3.3

v0.3.2

4 months ago

New:

  • Added a notify function to wrap a notify-script, currently DSM/Ssmtp + generic template script.
    • More additions are welcome - propose or PR a notification template!

v0.3.1

4 months ago

New:

  • Added a new -m option flag. Monochrome mode, no printf color escape codes.