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

Added image cache_from to builder options #460

Closed beornf closed 6 years ago

beornf commented 7 years ago

This option specifies images that can be considered as cache resources. Since Docker v1.10.0 when pulling from a registry these pulled layers are not allowed in the build cache. See https://github.com/moby/moby/issues/20316 for further explanation.