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

Commit9efb6f3

Browse files
committed
Update images
1 parent504fd47 commit9efb6f3

File tree

3 files changed

+26
-54
lines changed

3 files changed

+26
-54
lines changed

‎_docs/deployments/gitops/images.md‎

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,38 @@ You can enrich the basic information reported with the image with issue-tracking
1515

1616
Complete these steps to see images in the Images dashboard.
1717

18-
1. (Mandatory) Build and push the Docker image
19-
* Codefresh pipelines
20-
Use the`build` step to build a Docker image declaratively in simple or multi-stage Dockerfiles. See[Build step in pipelines]({{site.baseurl}}/docs/pipelines/steps/build/).
18+
1. (Mandatory) Build and push the Docker image
19+
* Codefresh pipelines
20+
Use the`build` step to build a Docker image declaratively in simple or multi-stage Dockerfiles. See[Build step in pipelines]({{site.baseurl}}/docs/pipelines/steps/build/).
21+
The pipeline pushes the image to the default Docker registry.
22+
You can also push the image to any external Docker registry that you integrate with Codefresh. See[Docker Registries for pipeline integrations]({{site.baseurl}}/docs/integrations/docker-registries/).
2123

22-
The pipeline pushes the image to the default Docker registry.
23-
You can also push the image to any external Docker registry that you integrate with Codefresh. See[Docker Registries for pipeline integrations]({{site.baseurl}}/docs/integrations/docker-registries/).
24-
25-
Review different scenarios for building and pushing Docker images in our[Build/push examples]({{site.baseurl}}/docs/example-catalog/examples/#buildpush-examples).
24+
Review different scenarios for building and pushing Docker images in our[Build/push examples]({{site.baseurl}}/docs/example-catalog/examples/#buildpush-examples).
2625

27-
* GitOps
28-
Create the Docker image.
29-
[Create a Docker image using Kaniko](https://codefresh.io/argohub/workflow-template/kaniko){:target="\_blank"}.
30-
31-
1. (Mandatory) GitOps: Connect to Docker registries
26+
* GitOps
27+
Create the Docker image.
28+
[Create a Docker image using Kaniko](https://codefresh.io/argohub/workflow-template/kaniko){:target="\_blank"}.
29+
30+
{:start="2"}
31+
1. (Mandatory) GitOps: Connect to Docker registries
3232
Connect Docker registries to Codefresh to store Docker images.
3333
See[GitOps container registry integrations]({{site.baseurl}}/docs/gitops-integrations/container-registries).
3434

35-
1. (Mandatory) GitOps: Report image information to Codefresh.
36-
This is the equivalent to pushing the image in Codefresh pipelines.
37-
Use the[report-image-info] (https://github.com/codefresh-io/argo-hub/blob/main/workflows/codefresh-csdp/versions/0.0.6/docs/report-image-info.md){:target="\_blank"} DAG template to report image information to Codefresh.
35+
{:start="3"}
36+
1. (Mandatory) GitOps: Report image information to Codefresh
37+
This is the equivalent to pushing the image in Codefresh pipelines.
38+
39+
Use the[report-image-info](https://github.com/codefresh-io/argo-hub/blob/main/workflows/codefresh-csdp/versions/0.0.6/docs/report-image-info.md){:target="\_blank"} DAG template to report image information to Codefresh.
3840

3941
>If you are using an external platform or tool for your CI pipelines such as GitHub Actions or Jenkins, or even Codefresh pipelines, we have a new template that combines image reporting and enrichment. See[GitOps CI integrations]({{site.baseurl}}/docs/gitops-integrations/ci-integrations) for details.
4042
43+
{:start="4"}
4144
1. (Optional) Enrich image with annotations and metadata
42-
Image enrichment exposes metadata such as feature requests, pull requests, and logs as part of the application’s deployment, for visibility into all aspects of the deployment, making it easier to track actions and identify root cause of failures.
43-
* Codefresh pipelines
44-
See[Docker image metadata]({{site.baseurl}}/docs/pipelines/docker-image-metadata/)
45-
* GitOps
46-
See[GitOps issue tracking integrations]({{site.baseurl}}/docs/gitops-integrations/issue-tracking) and[Jira]({{site.baseurl}}/docs/gitops-integrations/issue-tracking/jira) integration.
45+
Image enrichment exposes metadata such as feature requests, pull requests, and logs as part of the application’s deployment, for visibility into all aspects of the deployment, making it easier to track actions and identify root cause of failures.
46+
* Codefresh pipelines
47+
See[Docker image metadata]({{site.baseurl}}/docs/pipelines/docker-image-metadata/)
48+
* GitOps
49+
See[GitOps issue tracking integrations]({{site.baseurl}}/docs/gitops-integrations/issue-tracking) and[Jira]({{site.baseurl}}/docs/gitops-integrations/issue-tracking/jira) integration.
4750

4851

4952

‎_docs/quick-start/ci-quick-start.md‎

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,13 @@
11
---
2-
title:"Create a project for pipeline"
2+
title:"CI quick starts"
33
description:""
44
group:quick-start
55
toc:true
66
---
77

8-
Codefresh pipelines are grouped under projects. Think of a project as a folder or directory that groups related pipelines. For example, all pipleines that package/deploy the different microservices for an application.
9-
You can define any name for the project, the most common example being the name of the application that the pipelines
10-
11-
###Where are you
12-
13-
14-
15-
###Before you beigin
16-
17-
*[Connect a Docker registry to Codefresh]({{site.baseurl}}/docs/quick-start/create-docker-registry-integration)
18-
19-
###How to
20-
1. In the Codefresh UI, in the sidebar, from Pipelines, select**Projects**.
21-
1. On the top-right, click**New Project**.
22-
1. Enter the**Project Name**. For example,`my-first-project`.
23-
1. Leave the**Project Tags** empty for the quick start.
24-
1. Select any**Icon** you want. The icon is prefixed to the project name in the Projects page.
25-
1. Click**Create**.
26-
27-
{% include image.html
28-
lightbox="true"
29-
file="/images/quick-start/quick-start-ci/create-ci-project.png"
30-
url="/images/quick-start/quick-start-ci/create-ci-project.png"
31-
alt="Create project for pipeline"
32-
caption="Create project for pipeline"
33-
max-width="70%"
34-
%}
35-
36-
You now have a new project and can create your first pipeline.
37-
38-
39-
###Continue with
408

419

10+
TBD
4211

4312

4413

‎_docs/quick-start/gitops-quick-start.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"GitOps quick starts"
2+
title:"WIPGitOps quick starts"
33
description:""
44
group:quick-start
55
toc:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp