Dmitry Tretyakov
Dmitry Tretyakov
At first we need to check tests in CI build.
It looks like it's implemented in dedicated plugin for Ktor 2.0: https://api.ktor.io/ktor-client/ktor-client-core/io.ktor.client.plugins/-http-request-retry/index.html
@erichexter, thanks for this request. We've the following issue in the tracker: [TW-58161](https://youtrack.jetbrains.com/issue/TW-58161), so it will be resolved as part of it.
@goliat43, thanks for reporting it. We're following the MSFT recommendation where [they're deprecating 2016 images](https://devblogs.microsoft.com/dotnet/net-core-container-images-now-published-to-microsoft-container-registry/). Cause of that is [end of life for Server 2016](https://support.microsoft.com/en-us/help/4043450/products-reaching-end-of-support-for-2018). As result we could not...
@vyruz1986, there is a feature request to support latest Windows container versions in ACI forum: https://feedback.azure.com/forums/602224-azure-container-instances/suggestions/32324449-want-to-support-running-windows-server-1709-and-l It seems that MSFT departments are working out of sync, but at some point...
@msnelling, solution depends on docker image platform and tool which you use to establish connection to the HTTPS host. TeamCity 2018.1 itself provides self-signed certificates management for bundled build runners:...
@msnelling, in this case you need to populate `/conf/trustedCertificates` directory by using one of the following ways: * place the custom certificate to some directory and then mount it to...
@atroxaper, please take a look at the issue.
@tg73, the `NUGET_XMLDOC_MODE=skip` setting comes from the original docker images provided by Microsoft, e.g: https://github.com/dotnet/dotnet-docker/blob/master/2.1/sdk/nanoserver-1803/amd64/Dockerfile If you need different setting you could easily create derived image from `jetbrains/teamcity-agent` or define...
@charley-sound, Windows containers [does not support Docker In Docker mode](https://github.com/docker-library/docker/issues/49), the only possible way is to configure docker client in container to use docker server on docker host or another...