dunner
dunner copied to clipboard
Dunner is a task runner tool like Grunt but used Docker images like CircleCI do. You can define tasks and steps of the tasks in your `.dunner.yaml` file and then run these steps with `Dunner do taskna...
**Is your feature request related to a problem? Please describe.** It will be very useful to have dunner installation embeded in the git repo itself rather than expecting it to...
**Is your feature request related to a problem? Please describe.** Tools like Maven, Yarn, etc need the ability to pass varying number of multiple parameters. For example, ``` mvn clean...
**Is your feature request related to a problem? Please describe.** We sometimes need a way to quickly install tools which we don't need in the long run. For example, when...
For Docker images whose entrypoint is defined and are run as an executable, Dunner fails to execute commands defined in it. Example: [Goreleaser's docker](https://github.com/goreleaser/goreleaser/blob/master/Dockerfile) file. Dunner task file: ``` tasks:...
Currently if the image is private on docker hub and requires login, dunner fails with error message as: ``` docker: checking existence of the image 'ngnix:1.17.3' Pulling image: 'ngnix:1.17.3'... -DEBU[2019-08-26...
Related: https://github.com/leopardslab/dunner/pull/165
**Is your feature request related to a problem? Please describe.** It is very uncomfortable to write commands in the way as required by the docker client. The present format for...