Joep Beusenberg
Joep Beusenberg
Hrm... maybe wait with merging. The way we're using TcpSockets here turns out to be unstable in IIS server environments. We'll need to move back to a setup that opens...
We've learned that Windows Server or IIS (or maybe our infrastructure) sometimes likes to close TCP sockets without prior warning after a few seconds. It doesn't seem to happen in...
Totally agree on the checking of Connected, that's also the first check we do. (src/Gelf.Extensions.Logging/TcpGelfClient.cs Line 61) But in all cases where the infra or OS layer closed the connection,...
I added some logic to the MR to make the logger thread-safe. I found a few occurrences in production scenarios where two simultaneous threads writing resulted in messages being malformed....
3.5 years later and still no fix? :(
> - echo "{\"auths\":{\"$CI_REGISTRY\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64 | tr -d '\n')\"}}}" > /opt/kaniko/.docker/config.json Using this same path for my `config.json`, but it's not picked up by the executor for...
Same on Windows 11 in Docker Desktop.