blob: 278ceb6521cfb4aa7c1294ccd5197264b12dccc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
test-host: test # name of container to execute test in
context: # contexts to build images
main:
- build://devtools/dummy_arcadia/hello_world/hello_world: bin/hello
- arcadia://library/recipes/docker_compose/example_with_recipe_config/Dockerfile: Dockerfile
save:
test:
- /tmp/output
|