mirror of
https://github.com/mag37/dockcheck.git
synced 2026-04-21 03:40:39 +00:00
Fix -d parameter not working anymore
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ else
|
|||||||
|
|
||||||
export -f check_image datecheck
|
export -f check_image datecheck
|
||||||
export Excludes_string="${Excludes[@]}" # Can only export scalar variables
|
export Excludes_string="${Excludes[@]}" # Can only export scalar variables
|
||||||
export t_out regbin RepoUrl
|
export t_out regbin RepoUrl DaysOld
|
||||||
|
|
||||||
# Asynchronously check the image-hash of every running container VS the registry
|
# Asynchronously check the image-hash of every running container VS the registry
|
||||||
while read -r line; do
|
while read -r line; do
|
||||||
|
|||||||
Reference in New Issue
Block a user