Skip to content

Commit 0fe40f0

Browse files
NimRegevkostis-codefresh
authored andcommitted
Update Images topic
1 parent 930ab62 commit 0fe40f0

File tree

5 files changed

+37
-28
lines changed

5 files changed

+37
-28
lines changed

_docs/dashboards/images.md

Lines changed: 37 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,23 @@ sub_group: gitops
66
toc: true
77
---
88

9+
Images from connected registries are displayed in a
910

10-
## Images dashboard
11+
12+
## Access the Images dashboard
13+
14+
There are several ways to get to the
1115

1216
* In the Codefresh UI, from Artifacts in the sidebar, select [Images](https://g.codefresh.io/2.0/images){:target="\_blank"}.
1317

14-
Image views are layered to show three levels of data:
18+
Image views to show three levels of data:
1519

1620
1. Repository and application deployment
1721
1. Tags
1822
1. Summary with metadata and binary information
1923

20-
### Filters for Image views
21-
As with any resource in Codefresh, the Image dashboard support filters that allow you focus on the data that's important to you.
24+
## Filters for Image views
25+
As with any resource in Codefresh, the Images dashboard supports filters that allow you focus on the data that's important to you.
2226
Most image filters support multi-selection. Unless otherwise indicated, the filters are common to all view levels.
2327

2428
{: .table .table-bordered .table-hover}
@@ -34,27 +38,29 @@ Most image filters support multi-selection. Unless otherwise indicated, the fil
3438

3539

3640

37-
### Image repository and deployment view
38-
The default view for image resources shows repository and deployment information.
41+
## Image main view: deployment and repo information
42+
The main view of the Images dashboard display high-level deployment, repository, and registry information.
43+
3944

4045
{% include
4146
image.html
4247
lightbox="true"
4348
file="/images/image/application-level.png"
4449
url="/images/image/application-level.png"
45-
alt="Repository & deployment info for Images in Codefresh"
46-
caption="Repository & deployment info for Images in Codefresh"
47-
max-width="30%"
50+
alt="Main view for Images in Codefresh"
51+
caption="Main view for Images in Codefresh"
52+
max-width="60%"
4853
%}
4954

50-
{: .table .table-bordered .table-hover}
51-
| Legend | Description|
52-
| -------------- | -------------- |
53-
| **1** | The name of the image. |
54-
| **2** | The applications in which the image is currently deployed. Select the application to go to the GitOps Apps dashboard.|
55-
| **3** | The details on the most recent commit associated with the image. Select the commit to view the changes in the Git repository.|
56-
| **4** | Binary information on the image.|
57-
| **5** | The registry to which the image is pushed, and from which it is distributed.|
55+
56+
For each image, you can see:
57+
* The name of the image. Clicking the image name
58+
* The application or list of applications in which the image is currently deployed. Clicking an application takes you to the GitOps Apps dashboard with detailed information on the application.|
59+
* Binary information from Git, including the most recent commit, creation date, size, and tag.
60+
* The registry to which the image is pushed, and from which it is distributed.
61+
62+
The Currently Deployed stamp on the right shows the number of applications in which the image is deployed.
63+
5864
5965
## Image tag view
6066
Drilldown on the repository shows tag information for the image.
@@ -78,9 +84,10 @@ Drilldown on the repository shows tag information for the image.
7884
| **5** | The OS and architecture in which the image was created. The date and time of the most recent update is in the local time zone|
7985
| **6** | Additional information on the image. To view the Summary, select **more details**.|
8086

81-
## Image summary view
82-
The Summary view shows metadata for the image.
83-
Selecting **more details** for an image tag.
87+
## Image Summary
88+
The Summary view summarizes the metadata for the image.
89+
90+
8491

8592
{% include
8693
image.html
@@ -92,14 +99,16 @@ Selecting **more details** for an image tag.
9299
max-width="30%"
93100
%}
94101

95-
{: .table .table-bordered .table-hover}
96-
| Legend | Description|
97-
| -------------- | -------------- |
98-
| **1** | The bugs or fix requests opened and being worked on for this image tag. |
99-
| **2** | The pull request or requests pending commit.|
100-
| **3** | The Git details for this image tag, such as the Git hash, the Jira issue number, Git Pull Request, commit information, the name of the user who performed the commit. |
101-
| **4** | The workflow for the image step. Select to go to the Workflow.|
102-
| **5** | The log information for the build image step in the relevant workflow. Select to view Logs panel. |
102+
103+
* **Image info**: The image name, registry, OS architecture, and last update.
104+
* **Applications** : |
105+
* **Build Info**: The size of the image, and the Argo Workflow for the image step. Click the link to go to the Argo Workflow.
106+
**Issues**: The Jira issue number and the committer, enriched with the commit message and its status.
107+
**Git**: The Git details for this image tag, such as repo, branch, commit message, committer(s) and Pull Request information.
108+
**Annotations**: Annotations if any assigned to the image.
109+
110+
## Image Dockerfile
111+
The Dockerfiles view summarizes the metadata for the image.
103112

104113
## Related articles
105114
[Creating GitOps applications]({{site.baseurl}}/docs/deployments/gitops/create-application)
113 KB
Loading

images/image/images-layers-tab.png

241 KB
Loading

images/image/images-main-view.png

193 KB
Loading

images/image/images-summary-tab.png

103 KB
Loading

0 commit comments

Comments
 (0)