You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl: (7) Failed to connect to go.microsoft.com port 443: Timed out
curl: (7) Failed to connect to go.microsoft.com port 443: Timed out
Start-Process : This command cannot be run due to the error: The system cannot
find the file specified.
At line:1 char:319
+ ... id=840944'; Start-Process -FilePath 'C:\\install\\SQL.exe' -ArgumentL ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Start-Process], InvalidOp
erationException
+ FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.C
ommands.StartProcessCommand
So it seems like curl is not able to connect to, and download, the two SQL installation files found on https://go.microsoft.com.
However, if I copy the URLs from log output and try them in my browser they work just fine, so there's nothing wrong with the URLs or my internet connection.
This is on a brand new clone of this repository, so there shouldn't be any problems with old files.
This seems to have fixed itself after a reboot.
I still don't think the issue should've appeared in the first place, though, so I believe something still needs looking in to and leave this to the discretion of the admins :)
Hi there, it sounds like you have been hit with a somewhat common issue where containers losses internet access, seems to happen mostly on machines that switches between ethernet, wifi and/or active VPN connections. There is a workaround here: docker/for-win#2760 (comment) that can help counter the problem.
ISSUE
.\Build.ps1
script fails when trying to build mssql-developer imageExpected behavior
.\Build.ps1
succeeds in creating imagesActual behavior
.\Build.ps1
fails when trying to build the mssql-developer imageAdditional information
It seems that when the script tries to build the "mssql-developer" image, it tries to run the following command from the Dockerfile:
This causes the following output:
Followed by this output:
So it seems like
curl
is not able to connect to, and download, the two SQL installation files found onhttps://go.microsoft.com
.However, if I copy the URLs from log output and try them in my browser they work just fine, so there's nothing wrong with the URLs or my internet connection.
This is on a brand new clone of this repository, so there shouldn't be any problems with old files.
docker info
:Physical
Steps to reproduce the behavior
.\Build.ps1 -SitecoreUsername <username> -SitecorePassword <password> -Topology "xp"
The text was updated successfully, but these errors were encountered: