OneGet / MicrosoftDockerProvider

Provider to search, save and install Docker
Other
135 stars 56 forks source link

DockerUrl expired #90

Closed JPaja closed 1 year ago

JPaja commented 1 year ago

https://github.com/OneGet/MicrosoftDockerProvider/blob/a70c037cd153b8277e2f2d85224d05a044225ad4/DockerMsftProvider.psm1#LL21C2-L21C2

dockerURL: https://go.microsoft.com/fwlink/?LinkID=825636&clcid=0x409 now resolves to https://www.microsoft.com/404

Which fails

Install-Package -Name docker -ProviderName DockerMsftProvider -Force -Verbose
VERBOSE: Downloading https://www.microsoft.com/404 to
AppData\Local\Temp\DockerMsftProvider\DockerDefault_DockerSearchIndex.json
WARNING: The remote server returned an error: (404) Not Found.
AlexanderAvazkhodjayev commented 1 year ago

I am getting the same issue, how come the page went down

JPaja commented 1 year ago

URL now points to correct address