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

Commit95faf9c

Browse files
Minor fixes
1 parent063529e commit95faf9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎_docs/codefresh-yaml/steps/build.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ step_name:
8888
| `metadata` | Annotate the built image with [key-value metadata]({{ site.baseurl }}/docs/docker-registries/metadata-annotations/). | Optional |
8989
| `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 |
9090
| `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 |
9292
**Exported resources:**
9393
-Working Directory
9494
-Image ID
@@ -200,7 +200,7 @@ All images built successfully with the build step, will be automatically pushed
200200

201201
## Buildkit support
202202

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).
204204

205205
Using buildkit you can get:
206206

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Any subsequent/automated builds will still use the default caching behavior.
3535

3636
###Disabling consistently at the build definition
3737

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`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp