Danial Pearce

Results 6 issues of Danial Pearce

When running agents on v3.8.4, we were using these settings ``` BUILDKITE_NO_PLUGINS: 'false' BUILDKITE_NO_COMMAND_EVAL: 'true' ``` This allowed us to run plugins (we have our own security check in place...

plugins

**Description** When using `docker login` with a `[SERVER]` argument that is a fully qualified URL, it bypasses the credential helpers. **Steps to reproduce the issue:** 1. Configure the [ECR Credential...

Would love if this could be threadsafe, often want a few tcp sockets open at same time, some via socks and some not

I was testing out the docker implementation and noticed it recently bumped from `1.2.1` to `1.2.2`. The listed changes for this release seemed non-breaking. However, since the `Dockerfile` is not...

I notice in the default redis.conf file it tries to set /var/run/redis/redis_$PORT.pid as the pid file. However, this is never where the PID file ends up. I am using the...

When using the `datadog` integration, it seems `active_support` is required. This can be seen [here](https://github.com/zendesk/racecar/blob/master/lib/racecar/datadog.rb#L10). I see there is a helpful error message above if you don't include `dogstatsd-ruby`, so...