captain
captain copied to clipboard
Captain - Convert your Git workflow to Docker :whale: containers
Addresses #86 When checked out on a tag and pushing all branches, captain failed to remove `(HEAD detached at v1.0)` from the `git branch` output. It then tried to tag...
If on a tag of a git repository (for instance `v3.0` and doing a `captain push -Bc`, there is an error where captain tries to create a docker tag with...
Hi @harbur, I don't see that much commits on this project these days. Is it :skull: ? I'm quite interested to continue works. Are you interested?
Implement [goreleaser](https://github.com/goreleaser/goreleaser) including docker image and brew support.
_I know this project is 💀 but we use it on some legacy repositories hence I'm reporting this._ When we use `captain build` in a branch, it creates a tag...
When we build via captain there is some issue with authentication, I am not sure if could be related with the dockerclient version used by captain. ``` $ captain build...
Fixes issue #63 tags shows as a branch when issuing ```bash git name-rev --name-only HEAD ``` On a tagged commit
The commads push and test include the build step. The documentation misses to state that. Otherwise it would be a bug and push (as well as test) should not build
Running captain on Windows with or without `captain.yml` file gives the error `API error (500): {"message":"Cannot locate specified Dockerfile: Dockerfile"}`. After some digging into the code, I found that the...
I wanted to deploy my images using a certain user and a prefix to the docker tag, however if I placed a `/` it was erroring. This PR basically allows...