docker / libcompose

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

Extra options for "build" sections in YAML #512

Closed CpuID closed 5 years ago

CpuID commented 5 years ago

Adds support under the build heading for:

Note: network is undocumented in the docker-compose.yml reference but is supported and works (as of config version 3.4).

@vdemeester do we also need these in docker/service/service.go?

CpuID commented 5 years ago

Now that's interesting, the acceptance tests fail yet Jenkins passes?

vdemeester commented 5 years ago

@CpuID yes, the acceptance tests is merely there to see how close (or not) we are to support the full range of docker-compose feature, that's why it's not taken into account in the final result of the build… Otherwise, no tests would pass… :sweat_smile:

CpuID commented 5 years ago

np thx, calling "mission accomplished" in that case :)