Merge branch 'dev' into Add-support-configure-docker-containers-yaml

This commit is contained in:
Svilen Markov
2025-04-26 17:44:34 +01:00
committed by GitHub
65 changed files with 3752 additions and 2458 deletions
@@ -278,6 +278,7 @@ func isDockerContainerHidden(container *dockerContainerJsonResponse, hideByDefau
return hideByDefault
}
func fetchDockerContainersFromSource(
source string,
category string,
@@ -311,6 +312,7 @@ func fetchDockerContainersFromSource(
}
}
fetchAll := ternary(runningOnly, "false", "true")
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()