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/ci-cd-guides/image-enrichment.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,13 @@ Complete these steps to view enriched image information in the Images dashboard
24
24
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/).
25
25
The pipeline pushes the image to the default Docker registry.
26
26
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/).
27
-
28
27
Review different scenarios for building and pushing Docker images in our [Build/push examples]({{site.baseurl}}/docs/example-catalog/examples/#buildpush-examples).
29
-
28
+
29
+
{:start="2"}
30
30
1. (Optional) Enrich image with annotations and metadata
31
31
Enrich the image with metadata such as feature requests, pull requests from issue-tracking tools such as Jira for visibility into all aspects of the deployment.
32
32
See [Docker image metadata]({{site.baseurl}}/docs/pipelines/docker-image-metadata/)
33
-
* GitOps
34
-
See [GitOps issue tracking integrations]({{site.baseurl}}/docs/gitops-integrations/issue-tracking) and [Jira]({{site.baseurl}}/docs/gitops-integrations/issue-tracking/jira) integration.
33
+
See [GitOps issue tracking integrations]({{site.baseurl}}/docs/gitops-integrations/issue-tracking) and [Jira]({{site.baseurl}}/docs/gitops-integrations/issue-tracking/jira) integration.
35
34
36
35
37
36
## Codefresh GitOps image reporting and enrichment flow
@@ -46,11 +45,13 @@ Complete these steps to view enriched image information in the Images dashboard
46
45
This is the equivalent to pushing the image in Codefresh pipelines.
47
46
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.
48
47
49
-
> 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.
48
+
> **NOTE**:
49
+
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.
50
50
51
+
{:start="3"}
51
52
1. (Optional) Enrich image with annotations and metadata
52
53
Enrich the image with metadata such as feature requests, pull requests from issue-tracking tools such as Jira for visibility into all aspects of the deployment.
53
54
See [GitOps issue tracking integrations]({{site.baseurl}}/docs/gitops-integrations/issue-tracking) and [Jira]({{site.baseurl}}/docs/gitops-integrations/issue-tracking/jira) integration.
54
55
55
56
## Related articles
56
-
Images in Codefresh
57
+
[Images in Codefresh]({{site.baseurl}}/docs/dashboards/images/)
0 commit comments