Alex Suraci
Alex Suraci
@brandur Awesome, thanks for following up! 🙏
When I have more time I want to play with allowing resources to expose network addresses to builds. That way you could model throwaway databases and services as resources that...
With 1.3 it'll be pretty trivial to run Docker within your task: ``` sh docker daemon & docker-compose up docker-compose runtests /tests.sh ``` This can already be done today, with...
@seanknox That sounds like something you'd just use docker-compose for. I'm not as familiar with it as I should be though - I personally prefer to have my test suites...
@simonvanderveldt There is no Docker binary or socket on the host - they're just running a Garden backend (probably Guardian). Concourse runs at an abstraction layer above Docker, so providing...
With v0.12.1 the new rule is "we'll only send a trace to Cloud if the command actually had to interact with an engine." There's no special `--debug` override though. So...
@esauser Sorry about that. In my attempt to *disable* the stale bot it actually just reverted to its default config until I uninstalled it, so it went over a bunch...
Another one: * https://dagger.cloud/dagger/traces/57f3bf4176caa6db715aae4e997dc612?span=97129a88661be32f&logs#97129a88661be32f:L1721
Another one: * https://dagger.cloud/dagger/traces/d15683458c4b0b5d402b29913606b7ff?span=c47b31abb404ba38#c47b31abb404ba38:L279 I seem to be hitting this pretty often, not sure if it's something unique to my PR (#7532) or if it's also on `main`.
For continuity: I went with a new option **D**: * Never consume mouse input, but only in `shell` mode * As top-level shell commands complete, print them to a scrollback,...