slimtoolkit / slim

Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)
Apache License 2.0
19.21k stars 716 forks source link

downloads.dockerslim.com doesn't resolve (binary releases are broken) #432

Closed ozanmakes closed 1 year ago

ozanmakes commented 1 year ago
$ curl https://downloads.dockerslim.com/releases/1.37.3/dist_linux.tar.gz
curl: (6) Could not resolve host: downloads.dockerslim.com
$ dig dockerslim.com

; <<>> DiG 9.16.1-Ubuntu <<>> dockerslim.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 3244
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;dockerslim.com.            IN  A

;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Tue Nov 15 15:20:57 UTC 2022
;; MSG SIZE  rcvd: 43
Destreyf commented 1 year ago

I just ran into this as well, as osener points out the DNS doesn't seem to resolve to anything.

I do see that the domain was just updated recently (2022-11-15 05:31:57 UTC) (~12 hours ago).

I also see the nameservers are NS1.HOVER.COM and NS2.HOVER.COM if this domain lapsed payment, they may have disabled the dns records, I had this happen with a client and they had to get support to fix the DNS records as it completely wiped them out on the UI side.

kcq commented 1 year ago

@osener / @Destreyf thank you for the notification! We should be good now.

ozanmakes commented 1 year ago

Thanks for the quick fix!