Merge pull request #26839 from tonistiigi/build-cache

Implement build cache based on history array
Upstream-commit: 7944480dd0dfb00323f960d37c31d0ddad5f6cf2
Component: engine
This commit is contained in:
Arnaud Porterie
2016-09-26 17:31:49 +00:00
committed by GitHub
14 changed files with 400 additions and 64 deletions

View File

@ -17,6 +17,7 @@ Build an image from a Dockerfile
Options:
--build-arg value Set build-time variables (default [])
--cache-from value Images to consider as cache sources (default [])
--cgroup-parent string Optional parent cgroup for the container
--cpu-period int Limit the CPU CFS (Completely Fair Scheduler) period
--cpu-quota int Limit the CPU CFS (Completely Fair Scheduler) quota