Closed CpuID closed 6 years ago
Now that's interesting, the acceptance tests fail yet Jenkins passes?
@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:
np thx, calling "mission accomplished" in that case :)
Adds support under the
build
heading for:cache_from
labels
network
target
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?