Skip to content

Commit a00456d

Browse files
authored
Update formatting (#747)
Fixed numbering and indentation
1 parent 1c5777a commit a00456d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_docs/ci-cd-guides/image-enrichment.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ Complete these steps to view enriched image information in the Images dashboard
2424
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/).
2525
The pipeline pushes the image to the default Docker registry.
2626
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-
2827
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"}
3030
1. (Optional) Enrich image with annotations and metadata
3131
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.
3232
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.
3534

3635

3736
## Codefresh GitOps image reporting and enrichment flow
@@ -46,11 +45,13 @@ Complete these steps to view enriched image information in the Images dashboard
4645
This is the equivalent to pushing the image in Codefresh pipelines.
4746
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.
4847

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

51+
{:start="3"}
5152
1. (Optional) Enrich image with annotations and metadata
5253
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.
5354
See [GitOps issue tracking integrations]({{site.baseurl}}/docs/gitops-integrations/issue-tracking) and [Jira]({{site.baseurl}}/docs/gitops-integrations/issue-tracking/jira) integration.
5455

5556
## Related articles
56-
Images in Codefresh
57+
[Images in Codefresh]({{site.baseurl}}/docs/dashboards/images/)

0 commit comments

Comments
 (0)