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/dashboards/images.md
+37-28Lines changed: 37 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,23 @@ sub_group: gitops
6
6
toc: true
7
7
---
8
8
9
+
Images from connected registries are displayed in a
9
10
10
-
## Images dashboard
11
+
12
+
## Access the Images dashboard
13
+
14
+
There are several ways to get to the
11
15
12
16
* In the Codefresh UI, from Artifacts in the sidebar, select [Images](https://g.codefresh.io/2.0/images){:target="\_blank"}.
13
17
14
-
Image views are layered to show three levels of data:
18
+
Image views to show three levels of data:
15
19
16
20
1. Repository and application deployment
17
21
1. Tags
18
22
1. Summary with metadata and binary information
19
23
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.
22
26
Most image filters support multi-selection. Unless otherwise indicated, the filters are common to all view levels.
23
27
24
28
{: .table .table-bordered .table-hover}
@@ -34,27 +38,29 @@ Most image filters support multi-selection. Unless otherwise indicated, the fil
34
38
35
39
36
40
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
+
39
44
40
45
{% include
41
46
image.html
42
47
lightbox="true"
43
48
file="/images/image/application-level.png"
44
49
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%"
48
53
%}
49
54
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
+
58
64
59
65
## Image tag view
60
66
Drilldown on the repository shows tag information for the image.
@@ -78,9 +84,10 @@ Drilldown on the repository shows tag information for the image.
78
84
|**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|
79
85
|**6**| Additional information on the image. To view the Summary, select **more details**.|
80
86
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
+
84
91
85
92
{% include
86
93
image.html
@@ -92,14 +99,16 @@ Selecting **more details** for an image tag.
92
99
max-width="30%"
93
100
%}
94
101
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.
0 commit comments