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: _docs/codefresh-yaml/steps/build.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ step_name:
88
88
| `metadata` | Annotate the built image with [key-value metadata]({{ site.baseurl }}/docs/docker-registries/metadata-annotations/). | Optional |
89
89
| `on_success`, `on_fail` and `on_finish` | Define operations to perform upon step completion using a set of predefined [Post-Step Operations]({{site.baseurl}}/docs/codefresh-yaml/post-step-operations/). | Optional |
90
90
| `retry` | Define retry behavior as described in [Retrying a step]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/#retrying-a-step). | Optional |
91
-
91
+
| `buildkit` | Set to `true` to enable [Buildkit]({{site.baseurl}}/docs/codefresh-yaml/steps/build/#buildkit-support) and all of its enhancements | Optional |
92
92
**Exported resources:**
93
93
-Working Directory
94
94
-Image ID
@@ -200,7 +200,7 @@ All images built successfully with the build step, will be automatically pushed
200
200
201
201
## Buildkit support
202
202
203
-
Codefresh also allows you to use [builkit](https://github.com/moby/buildkit) with all its [enhancements](https://docs.docker.com/develop/develop-images/build_enhancements/) and [experimental features](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/experimental.md#experimental-syntaxes).
203
+
Codefresh also allows you to use [buildkit](https://github.com/moby/buildkit) with all its [enhancements](https://docs.docker.com/develop/develop-images/build_enhancements/) and [experimental features](https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/experimental.md#experimental-syntaxes).
Copy file name to clipboardExpand all lines: _docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,4 @@ Any subsequent/automated builds will still use the default caching behavior.
35
35
36
36
###Disabling consistently at the build definition
37
37
38
-
In the build step YAML, set`no_cache: true` to disable docker local cache, and`no_cf_cache: true` to disable codefresh's additional optimizations such as cache-from.
38
+
In the build step YAML, set`no_cache: true` to disable docker local cache, and`no_cf_cache: true` to disable codefresh's additional optimizations such as`--cache-from`.