adamant-kite-43734
10/18/2024, 2:13 PMwide-mechanic-33041
10/18/2024, 2:15 PMgreen-area-44085
10/18/2024, 2:29 PMwide-mechanic-33041
10/18/2024, 2:30 PMwide-mechanic-33041
10/18/2024, 2:31 PMrdctl shell
does WSL seem like it has access to the internet? ZIA does use a PAC for browsers (and Docker Desktop suports PACs) but you may not have a direct route to the internet in your ZIA configgreen-area-44085
10/18/2024, 2:31 PMwide-mechanic-33041
10/18/2024, 2:32 PMgreen-area-44085
10/18/2024, 2:33 PMwide-mechanic-33041
10/18/2024, 2:34 PMgreen-area-44085
10/18/2024, 2:35 PMwide-mechanic-33041
10/18/2024, 2:36 PMgreen-area-44085
10/18/2024, 2:43 PMrdctl shell
works but a dockerfile with a line
RUN dotnet build "./projectname.csproj" -c Release -o /app/build
errors with a failure to retrieve that url with an error:
=> => # /projectname.csproj : error NU1301: Unable to load the service index for source https://api.nuget.org/v3/index.jsonwide-mechanic-33041
10/18/2024, 2:48 PMgreen-area-44085
10/18/2024, 2:50 PMgreen-area-44085
10/18/2024, 2:50 PMdocker build --pull --rm -f "DockerFile" -t mytest:latest
green-area-44085
10/18/2024, 2:50 PMwide-mechanic-33041
10/18/2024, 3:50 PMwide-mechanic-33041
10/18/2024, 4:00 PMopenssl s_client -connect <http://dl-cdn.alpinelinux.org:443|dl-cdn.alpinelinux.org:443>
and look for that verify return: 1green-area-44085
10/18/2024, 4:10 PMdocker exec -it ... sh
and rdctl shell
can successfully request stuff but the thing running via dockerfile run commands or entrypoint cannot.wide-mechanic-33041
10/18/2024, 5:23 PMwide-mechanic-33041
10/18/2024, 5:23 PMwide-mechanic-33041
10/18/2024, 5:25 PM