Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support new format for captain.yml #7

Closed
dkapanidis opened this issue Jun 20, 2015 · 1 comment
Closed

Support new format for captain.yml #7

dkapanidis opened this issue Jun 20, 2015 · 1 comment
Milestone

Comments

@dkapanidis
Copy link
Member

Current format of captain.yml is limited, configuration cannot be added per image. Opting for a docker-compose.yml style format where each image gets it's own space on yml.

Example of new format:

captain:
  build: Dockerfile
  image: harbur/captain
captain-test:
  build: Dockerfile.test
  image: harbur/captain-test
  test:
    - docker run harbur/captain-test go test github.com/harbur/captain/captain
@dkapanidis dkapanidis modified the milestone: v0.0.3 Jun 20, 2015
@dkapanidis
Copy link
Member Author

implementation finished, documentation is tracked on #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant