dunner icon indicating copy to clipboard operation
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...

Results 23 dunner issues
Sort by recently updated
recently updated
newest added

**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...

Dunner would love a logo for it!

help wanted
good first issue

**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...

enhancement

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:...

enhancement
gsoc-2019

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...

feature

Related: https://github.com/leopardslab/dunner/pull/165

good first issue

**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...

enhancement