You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/buildpack-author-guide/caching-strategies.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
+++
2
-
title="Caching Strategies"
2
+
title="Layer Types"
3
3
weight=6
4
4
summary="Learn strategies for caching layers."
5
5
+++
6
6
7
-
# Caching
7
+
# Layers
8
8
9
9
There are three types of layers that can be contributed to an image
10
10
@@ -23,7 +23,7 @@ buildpacks ensure byte-for-byte reproducibility of layers. File creation time i
23
23
24
24
Launch layers are exported to an OCI registry. The layer metadata is commonly used when deciding if a launch layer should be re-used. A launch layer may be re-used on an OCI registry without downloading the layer to the machine running a build.
25
25
26
-
## Strategies
26
+
## Caching Strategies
27
27
28
28
Caching during the production of an application image is necessarily very flexible. Most buildpacks that wish to contribute a layer to the application image need only to
0 commit comments