You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: