<1B46BB6D-C6F2-4799-8C11-81670CC4716A@contoso.com>
Hi, It appears starting last night that the v3.3 x86_64 bash-4.3.42-r4.apk went missing from one of the CDN hosts. I have some hosts which resolve dl-cdn.alpinelinux.org to 151.101.40.249 and some that resolve to 151.101.68.249. It appears that 151.101.68.249 does not have this file, but 151.101.40.249 does. See the output from wget from two different hosts which resolve differently. FAILURE: wget --spider --no-cache http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/bash-4.3.42-r4.apk Spider mode enabled. Check if remote file exists. --2017-01-25 18:53:52-- http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/bash-4.3.42-r4.apk Resolving dl-cdn.alpinelinux.org (dl-cdn.alpinelinux.org)... 151.101.68.249 Connecting to dl-cdn.alpinelinux.org (dl-cdn.alpinelinux.org)|151.101.68.249|:80... connected. HTTP request sent, awaiting response... 404 Not Found Remote file does not exist -- broken link!!! SUCCESS: wget --spider --no-cache http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/bash-4.3.42-r4.apk Spider mode enabled. Check if remote file exists. --2017-01-25 14:33:23-- http://dl-cdn.alpinelinux.org/alpine/v3.3/main/x86_64/bash-4.3.42-r4.apk Resolving dl-cdn.alpinelinux.org... 151.101.40.249 Connecting to dl-cdn.alpinelinux.org|151.101.40.249|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 483778 (472K) [application/octet-stream] Remote file exists. Is this the right way to report this? Thanks, Tom