mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-06 05:24:37 +08:00
mastercontainer: remove check for nextcloud.com as we check for ghcr.io instead
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
74c498238d
commit
c011488111
1 changed files with 0 additions and 11 deletions
|
@ -272,17 +272,6 @@ It is set to '$AIO_COMMUNITY_CONTAINERS'."
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check DNS resolution
|
|
||||||
# Prevents issues like https://github.com/nextcloud/all-in-one/discussions/565
|
|
||||||
curl https://nextcloud.com &>/dev/null
|
|
||||||
if [ "$?" = 6 ]; then
|
|
||||||
print_red "Could not resolve the host nextcloud.com."
|
|
||||||
echo "Most likely the DNS resolving does not work."
|
|
||||||
echo "You should be able to fix this by following https://dockerlabs.collabnix.com/intermediate/networking/Configuring_DNS.html"
|
|
||||||
echo "Apart from that, there has been this: https://github.com/nextcloud/all-in-one/discussions/2065"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Check if ghcr.io is reachable
|
# Check if ghcr.io is reachable
|
||||||
# Solves issues like https://github.com/nextcloud/all-in-one/discussions/5268
|
# Solves issues like https://github.com/nextcloud/all-in-one/discussions/5268
|
||||||
if ! curl https://ghcr.io &>/dev/null; then
|
if ! curl https://ghcr.io &>/dev/null; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue