Improve caching documentation.
It was a little weak, and folk need enough detail to reason about performance. Change-Id: I67f81ab5a206b3d42dd1e4e1eb52af88ac1a3adc
This commit is contained in:
parent
7795c7b108
commit
950fa15d64
17
README.md
17
README.md
@ -96,6 +96,23 @@ on your local infrastructure (e.g. Squid cache, or an APT or Yum proxy) to
|
|||||||
facilitate caching of that layer, so you need to arrange independently for
|
facilitate caching of that layer, so you need to arrange independently for
|
||||||
offline mode.
|
offline mode.
|
||||||
|
|
||||||
|
Base images
|
||||||
|
-----------
|
||||||
|
|
||||||
|
These are cached by the standard elements - ubuntu, fedora.
|
||||||
|
|
||||||
|
source-repositories
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
Git repositories and tarballs obtained via the source-repositories element will
|
||||||
|
be cached.
|
||||||
|
|
||||||
|
C and C++ compilation
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
Ccache is configured by the base element. Any compilation that honours ccache
|
||||||
|
will be cached.
|
||||||
|
|
||||||
Design
|
Design
|
||||||
======
|
======
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user