Miloš Ljubinković
Miloš Ljubinković
Bunny could wrap those tools with defined `successCodes` into a command that always exits with a 0 but stores the actual exit code somewhere and then evaluates the success state...
I've made some quick changes on this branch: https://github.com/rabix/bunny/tree/tes/exitcodes If there are allowed exit codes in the app the exit code is saved and overridden to 0 inside TES and...
It should support the latest TES spec and was tested against funnel's master branch on 10th January I think. Some [issues](https://github.com/rabix/bunny/issues/407) with s3 and endpoints were reported, though.
Made a quick revert on that branch that had something to do with ignoring IllegalArgumentExceptions, so it might help but didn't really reproduce the issue. Could you upload your workflow...
The library supports file walking, it's just that the path matcher isn't implemented, but using a regular UnixPath matcher works just as well. I've made this change in the latest...
The latest version (1.0.3) of rabix cli doesn't use any additional containers for setting permissions so you can leave executor.set_permissions=true and nothing will happen in the case of local execution....
Sorry for that, it seems that there are some issues between this image and our new permission system. When `executor.set_permissions=true` is present in config the current system user (or the...
We are investigating this issue and what can be changed. But it seems that there is another way to fix ownership issues on docker deamon level on your system. You'd...
@DavidAustinNix The key issue here is the line "[WARN] Start container method timed-out but still started the container, recovering. " There is maybe something wrong with your docker server that...
@DavidAustinNix Would like to try some steps to see what happens. 1. Re-run the example with bunny's `docker.remove_containers` config changed to false. Afterwards you can list the containers with the...