From e470f0e82919677f3a72ee6977932fc172c48ce8 Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 12 Aug 2024 13:32:58 -0500 Subject: [PATCH] feat: Add GitLab registry to DNS resolution check in healthcheck script for improved coverage and troubleshooting --- casaos-healthcheck/run.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/casaos-healthcheck/run.sh b/casaos-healthcheck/run.sh index 3f8cb80..cc8720e 100644 --- a/casaos-healthcheck/run.sh +++ b/casaos-healthcheck/run.sh @@ -140,7 +140,8 @@ check_dns_resolution() { "registry.hub.docker.com" "gcr.io" "azurecr.io" - "ghcr.io" + "ghcr.io", + "registry.gitlab.com" ) print_header "DNS Resolution Check:" @@ -173,7 +174,7 @@ elif [[ "$1" == "real_test" ]]; then else # Normal script execution # Display Welcome - print_header "BigBearCasaOS Healthcheck V2.1" + print_header "BigBearCasaOS Healthcheck V2.2" echo "Here are some links:" echo "https://community.bigbeartechworld.com" echo "https://github.com/BigBearTechWorld"