Rahuλ Dé
Rahuλ Dé
This should enable the use from https://github.com/borkdude/babashka and would be cool AF!
would be nice to have an async version of invoke. its possible now with returning the response as a stream, but can be styled after aws-api to return a channel.
```clojure (docker/invoke containers {:op :PutContainerArchive :params {:id "does-not-exist" :path "/root" :inputStream (-> "test.tar.gz" (clojure.java.io/file) (clojure.java.io/input-stream))}}) ``` This causes the call to hang up indefinitely even when the client timeouts are...
The same way `validate-requests` does in aws-api
Right now the only runner is the docker runner and going forward we could have more kinds of runners. To make sure they receive the relevant start message, they should...
Since the docker runner is concurrent and the numbers of runs is limited by the machine resources, having more and more jobs in the queue would cause the runner to...
This would make it easier for (new) users to quickly spin up a cluster on providers like AWS.
This would allow users to package mutiple, unrelated and arbritarily nested dirs for build artifacts. https://www.malikbrowne.com/blog/a-beginners-guide-glob-patterns All the files matched with this would be added to the TAR archive then...
Learn some UI and/or ask someone for help in building a reference UI for Bob
Bob should be able to deliver code in a de-coupled way akin to fetching resource or uploading artifacts.