Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07e5b84

Browse files
committed
fixup chache explanation
1 parentec2cdbe commit07e5b84

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎_docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms.md‎

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,17 @@ redirect_from:
77
-/docs/disabling-codefresh-caching-mechanisms/
88
toc:true
99
---
10-
Docker builds can be optimized by caching images and layers used during the build.
1110

12-
Codefresh facilitates two kinds of caches:
11+
Docker builds can be optimized by caching images and layers used during the build.Codefresh facilitates two kinds of caches:
1312

14-
1. Docker engine (local) cache: building images that reuseunchangedlayers, oruses`FROM` statements forimages thatarealready exists, will benefit from the docker engine cache,justas when buildingin your local workstation. Codefresh takes care of persisting the cache and making it availble for the current pipeline execution environment.
15-
2. Last build cache: Codefresh will intelligently pull the last image builtfor the cuurent project/branch/commitand will use that when building the image using Docker's`--cache-from` build option. This optimization also reduces build times for most scenarios.
13+
1. Docker engine (local) cache: building images that reuse layers orare based onimages that already exists will benefit from the docker engine cache fulfilling those dependencies immediately (justlike when buildingon your local workstation). Codefresh takes care of persisting the docker cache and making it availble for the current pipeline execution environment.
14+
2. Last build cache: Codefresh will intelligently pull the last imagesuccessfullybuilt and will use that when building the image using Docker's`--cache-from` build option. This optimization reduces build times for most scenarios.
1615

1716
You can choose to opt out of each cache mechanism, both at the step definition level, or temporarily at the build execution level.
1817

1918
###Disabling temporarily for the current build execution
2019

21-
In the Build execution dialog, click on the "Advanced Options" button, under "More Options", selectthe appropriate checkbox to ignore dockercacheor cf cache.
20+
In the Build execution dialog, click on the "Advanced Options" button, under "More Options", select"Ignore Codefreshcacheoptimizations for build".
2221

2322
###Disabling consistently at the build definition
2423

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp