-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot resolve go.microsoft.com #2
Comments
sorry for late response. do you still get the error? |
@Juphex I was able to reproduce. It seams to me it is about the host dns settings. while you build the image the dns in use can't resolve names. There is an issue which describes this case, see here. You could try to add following parameter when building the image: Like this: Please tell me if that helps. |
@pulla2908 |
yes, |
`Step 8/11 : RUN Invoke-WebRequest -Uri $env:box -OutFile SQL.box ; Invoke-WebRequest -Uri $env:exe -OutFile
SQL.exe ; Start-Process -Wait -FilePath .\SQL.exe -ArgumentList /qs, /x:setup ; .\setup\setup.exe /q /ACTION=Install /INSTANCENAME=MSSQLSERVER /FEATURES=SQLEngine /UPDATEENABLED=0 /SQLSVCACCOUNT='NT AUTHORITY\NETWORK SERVICE' /SQLSYSADMINACCOUNTS='BUILTIN\ADMINISTRATORS' /TCPENABLED=1 /NPENABLED=0 /IACCEPTSQLSERVERLICENSETERMS ;
Remove-Item -Recurse -Force SQL.exe, SQL.box, setup
---> Running in bcf508e67888
Invoke-WebRequest : The remote name could not be resolved: 'go.microsoft.com'
At line:1 char:76
pWebRequest) [Invoke-WebRequest], WebException
ll.Commands.InvokeWebRequestCommand`
The text was updated successfully, but these errors were encountered: