From ba3f436ac97015ada983552a356ae6cd990a1c94 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 23 Dec 2023 20:52:04 +0100 Subject: [PATCH] Added -m option, monochrome mode. --- README.md | 1 + dockcheck.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e149ed..8a602b9 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ ### :bell: Recent changes +- **v0.3.1**: Addded option `-m` , monochrome mode - no printf color codes. - **v0.3.0**: Added option `-d N`, age (days) new images have to be before being pulled and updated. - **v0.2.6**: regctl check / download logic changed. Now using the scripts directory as primary location. - **v0.2.5**: Added a new option `-s` to include stopped containers in the check for updates. diff --git a/dockcheck.sh b/dockcheck.sh index f0795c1..1d822a7 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.3.0" -### ChangeNotes: Added feature (-d N) to only update to new images that are N+ days old. +VERSION="v0.3.1" +### ChangeNotes: Added feature (-m) Monochrome Mode, no printf color codes. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"