Andrew Bruce
Andrew Bruce
We currently trust the server during handshaking. We should verify that a sent message gets its expected reply.
https://www.rabbitmq.com/search.html?q=rabbitmq
Only 0.8.0 is available: https://hub.docker.com/r/vito/oci-build-task/tags?page=1&ordering=last_updated
A `colmena build` with flakes will choke on Darwin, because `/tmp` is a symlink to `/private/tmp`. I've created a [minimal flake example here](https://github.com/camelpunch/colmena-repro). The following reproduces the error: ``` nix...
This can happen in unit tests, especially when using Jest with jsdom. You may get warnings like: ``` Cannot log after tests are done. Did you forget to wait for...
It'd be nice to be able to rely on a Concourse worker's IAM roles in GCP to authenticate with Google Container Registry. Step 5 of https://cloud.google.com/container-registry/docs/advanced-authentication#token shows how to log...