From 33fc647cb19251f68c59bd0c15a4d74a22c78cb4 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sun, 16 Jun 2024 19:37:18 +0200 Subject: [PATCH] compat.changes due to busybox --- README.md | 2 ++ dockcheck.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07aaf47..1add5ff 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ ___ ## :bell: Changelog +- **v0.4.6**: Compatibility changes to timeout, due to busybox. - **v0.4.5**: Bugfixes, compatibility changes to timeout and arrays. - **v0.4.3**: Added timeout option to skip container if registry check takes too long (10s default). - **v0.4.1**: Syntax and logic cleanups, bugfixes on multi compose and env-files. @@ -77,6 +78,7 @@ ___ ## :nut_and_bolt: Dependencies - Running docker (duh) and compose, either standalone or plugin. +- Bash shell or compatible shell of at least v4.3 - [regclient/regctl](https://github.com/regclient/regclient) (Licensed under [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0)) - User will be prompted to download `regctl` if not in `PATH` or `PWD`. - regctl requires `amd64/arm64` - see [workaround](#roller_coaster-workaround-for-non-amd64--arm64) if other architecture is used. diff --git a/dockcheck.sh b/dockcheck.sh index 1a540f8..812df99 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.4.5" -### ChangeNotes: Compatability changes to arrays and timeout. +VERSION="v0.4.6" +### ChangeNotes: Compatability changes due to busyboxs timemout. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"