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

Commitd4e8f7d

Browse files
added tag policy to whats new
1 parentc24d38a commitd4e8f7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Use Docker to build an image and store it in Codefresh.
1515
In Codefresh, docker containers are first-class citizens
1616
and special typed steps are offered for the most usual docker commands. Build steps are a secure replacement for`docker build` commands.
1717

18-
1918
Therefore, this command on your local workstation:
2019

2120
```
@@ -84,7 +83,7 @@ step_name:
8483
| `registry` | The registry logical name of one of the inserted registries from the integration view. <br>The default value will be your default registry [if you have more than one]({{site.baseurl}}/docs/docker-registries/external-docker-registries/). | Optional |
8584
| `registry_contexts` | Advanced property for resolving Docker images when [working with multiple registries with the same domain]({{site.baseurl}}/docs/docker-registries/working-with-docker-registries/#working-with-multiple-registries-with-the-same-domain) | Optional |
8685
|`disable_push` | Do not push to any registry automatically. | Optional |
87-
|`tag_policy` | Push the tag without changeit tolowercase automatically. By default `tag:MixedCase` will be pushed as `image_name:mixedcase`| Optional |
86+
|`tag_policy` | Push the tagnamewithout changeorlowercaseitautomatically. By default `tag:MixedCase` will be pushed as `image_name:mixedcase`. Possible options are `original` and `lowercase`. Default is `lowercase` | Default |
8887
| `no_cache` | Disable Docker engine cache for the build [more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/) | Optional |
8988
| `no_cf_cache` | Disable Codefresh build optimization for the build [more info](https://codefresh.io/docs/docs/troubleshooting/common-issues/disabling-codefresh-caching-mechanisms/)
9089
| `build_arguments` | A set of [Docker build arguments](https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables-build-arg) to pass to the build process. | Optional |

‎_docs/whats-new/whats-new.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ toc: true
1515

1616
###May 2021
1717

18-
- Dynamic preview environments-[documentation]({{site.baseurl}}/docs/ci-cd-guides/preview-environments/)
18+
- Dynamic preview environments -[documentation]({{site.baseurl}}/docs/ci-cd-guides/preview-environments/)
19+
- Tag policy for transforming a docker tag in lowercase or not -[documentation]({{site.baseurl}}/docs/codefresh-yaml/steps/build/#fields)
1920
- Support for App-of-app patterns in the GitOps dashboard-[documentation]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/#using-the-app-of-apps-pattern)
2021

2122
###April 2021

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp