pkernstock
Kriege mit mein mailcow dockerized beim ausführen von ./update.sh den selben Fehler wie vom Theardersteller.
root@vps:/opt/containers/mailcow# ./update.sh
Checking internet connection... OK
Checking for newer update script...
Are you sure you want to update mailcow: dockerized? All containers will be stopped. [y/N] y
Great! Native IPv6 NAT is active.
Validating docker-compose stack configuration...
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
Checking for conflicting bridges...
WARNING: The WATCHDOG_NOTIFY_EMAIL variable is not set. Defaulting to a blank string.
Warning: iptables-legacy tables present, use iptables-legacy to see them
Saving diff to update_diffs/diff_before_update_2022-05-04-17-17-13...
Prefetching images...
Error response from daemon: Head "https://registry-1.docker.io/v2/mailcow/unbound/manifests/1.15": Get "https://auth.docker.io/token?scope=repository%3Amailcow%2Funbound%3Apull&service=registry.docker.io": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Error pulling mailcow/unbound:1.15, retrying...
^C
root@vps:/opt/containers/mailcow# dig auth.docker.io
; <<>> DiG 9.11.5-P4-5.1+deb10u7-Debian <<>> auth.docker.io
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45167
;; flags: qr rd ra; QUERY: 1, ANSWER: 8, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;auth.docker.io. IN A
;; ANSWER SECTION:
auth.docker.io. 25 IN A 34.230.238.103
auth.docker.io. 25 IN A 52.71.127.58
auth.docker.io. 25 IN A 52.202.132.224
auth.docker.io. 25 IN A 34.237.244.67
auth.docker.io. 25 IN A 34.203.135.183
auth.docker.io. 25 IN A 3.223.210.206
auth.docker.io. 25 IN A 54.197.112.205
auth.docker.io. 25 IN A 3.228.155.36
;; Query time: 5 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed May 04 17:20:11 CEST 2022
;; MSG SIZE rcvd: 171
root@vps:/opt/containers/mailcow# curl -I https://auth.docker.io
HTTP/1.1 404 Not Found
content-type: text/plain; charset=utf-8
x-content-type-options: nosniff
date: Wed, 04 May 2022 15:20:24 GMT
content-length: 19
strict-transport-security: max-age=31536000
root@vps:/opt/containers/mailcow# curl -I https://registry-1.docker.io
HTTP/1.1 404 Not Found
content-type: text/plain; charset=utf-8
docker-distribution-api-version: registry/2.0
x-content-type-options: nosniff
date: Wed, 04 May 2022 15:20:56 GMT
content-length: 19
strict-transport-security: max-age=31536000