Using shared windows runners on gitlab.com, when running things in a docker container anything network related fails. It worked fine 4 days ago. Anything got changed in windows VMs?
Same issue here. I don’t think it’s related to Docker containers, since even outside a docker containe a simple ping doesn’t work. Was working fine a couple of days ago for me too, but it seems like outgoing connections are blocked in some way.
Same on my side, not longer able to resolve names using DNS. Four you it’s api.nuget.org, on my side it was github.com
But as far as I see it’s a problem with docker, when running it directly as command in the windows shared runner, everything is fine
My Dockerfile:
FROM mcr.microsoft.com/windows/servercore:ltsc2019
# Metadata indicating an image maintainer.
LABEL maintainer="xx@yy.zz"
RUN powershell Resolve-DnsName -Name github.com