This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7223d5cee0
compose
/
tests
/
fixtures
/
build-ctx
/
Dockerfile
4 lines
80 B
Docker
Raw
Normal View
History
Unescape
Escape
Interpret 'build:' as relative to the yml file * This fix introduces one side-effect: the build parameter is now validated early, when the service dicionary is first constructed. That leads to less scary stack traces when the path is not valid. * The tests for the changes introduced here alter the fixtures of those (otherwise unrelated) tests that make use of the 'build:' parameter) Signed-off-by: Moysés Borges Furtado <moyses.furtado@wplex.com.br>
2015-03-29 22:06:35 +02:00
FROM
busybox:latest
Speed up integration test and make cleanup easier by using labels Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2015-05-30 22:17:21 +02:00
LABEL
com.docker.compose.test_image
=
true
Interpret 'build:' as relative to the yml file * This fix introduces one side-effect: the build parameter is now validated early, when the service dicionary is first constructed. That leads to less scary stack traces when the path is not valid. * The tests for the changes introduced here alter the fixtures of those (otherwise unrelated) tests that make use of the 'build:' parameter) Signed-off-by: Moysés Borges Furtado <moyses.furtado@wplex.com.br>
2015-03-29 22:06:35 +02:00
CMD
echo
"success"