James Healy
James Healy
> I wonder how the agents currently manage disk size. Builds will early-fail if a docker image prune is unable to free up enough space: https://github.com/buildkite/elastic-ci-stack-for-aws/blob/bffd4505e92f7fd2d5f028ed9a004545d894699d/packer/linux/conf/buildkite-agent/hooks/environment#L25-L35 .. and an hourly...
@nitrocode I'm curious what values would be a good fit for this new parameter? I'm not aware of an AWS hosted mirror of docker hub, but I guess you could...
I can certainly see situations where using `mirror.gcr.io` or a self-hosted pull through cache would be useful. I'm not sure that `gallery.ecr.aws` (or `public.ecr.aws`) would make sense in this option...
In theory any errors from the bootstrap script should appear in the `/buildkite/elastic-stack` cloudwatch logs group. It's possible they're not there if the instance has terminated so quickly that the...
Supporting different AZ (and public/private) configurations is still something we're keen to support at some point. In the interim, the new v5.0.0 release disables AZRebalancing which should address at least...
Another note here: I believe it might be possible to run in a single AZ (or 3+) by creating the VPC and subnets manually (or via terraform, or your preferred...
An interesting thing about this bump: > Docker Compose V2 is a major version bump release of Docker Compose. It has been completely rewritten from scratch in Golang (V1 was...
Thanks all - list updated
Taking a quote from #836: > Isn't there a lifecycle hook in the stack that allows jobs to finish before continuing the termination ? If so, I believe the instance...
Argh, that's a bummer. Thanks for flagging it. Hopefully if it's a bug that was introduced in a 20.10.x release, then a fix might also arrive in an upcoming 20.10.x...