docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
586 stars 191 forks source link

Add support for both image and build in v2 files #472

Closed rifelpet closed 7 years ago

rifelpet commented 7 years ago

Previously one was getting removed due to the v1 logic getting applied. Resolves #471

I broke apart the test cases into separate functions per version since the expected behavior is now different. Let me know if you want this organized differently.