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
6cac48c056
compose
/
tests
/
fixtures
/
extends
/
circle-1.yml
13 lines
147 B
YAML
Raw
Normal View
History
Unescape
Escape
Implement `extends` Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-03-18 21:51:27 +01:00
foo
:
image
:
busybox
bar
:
image
:
busybox
web
:
extends
:
file
:
circle-2.yml
Fix a bug in ExtendsResolver where the service name of the extended service was wrong. This bug can be seen by the change to the test case. When the extended service uses a different name, the error was reported incorrectly. By fixing this bug we can simplify self.signature and self.detect_cycles to always use self.service_name. Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-11-09 20:24:44 +01:00
service
:
other
Implement `extends` Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-03-18 21:51:27 +01:00
baz
:
image
:
busybox
quux
:
image
:
busybox