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
+65-39Lines changed: 65 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,18 @@ Images from connected registries are displayed in a
11
11
12
12
##Access the Images dashboard
13
13
14
-
There are several ways to get to the
15
14
16
15
* In the Codefresh UI, from Artifacts in the sidebar, select[Images](https://g.codefresh.io/2.0/images){:target="\_blank"}.
17
16
18
-
Image views to show three levels of data:
17
+
18
+
19
+
Image views to show multiple levels of data:
19
20
20
21
1. Repository and application deployment
21
22
1. Tags
22
23
1. Summary with metadata and binary information
24
+
1. Dockerfile info
25
+
1. Layers
23
26
24
27
##Filters for Image views
25
28
As with any resource in Codefresh, the Images dashboard supports filters that allow you focus on the data that's important to you.
@@ -30,25 +33,26 @@ Most image filters support multi-selection. Unless otherwise indicated, the fil
30
33
| --------------| --------------|
31
34
|**Repository Names**| The Git repository or repositories that contain the image.|
32
35
|**Tag**| The tag by which to filter.|
33
-
|**Registry Types**| The registry which stores your image. To filter by registries that are not listed, select**Other types**.|
34
-
|**Git branch**| The Git branch to which the image is pushed.|
35
-
|**Git repositories**| The Git provider you use.|
36
+
|**Registry Types**| The registry which stores your image. To filter by registries that are not listed, select**Other types**.|
36
37
|**Deployed in application**| The application or applications in which the image is currently deployed.|
38
+
|**Currently Deployed**| When enabled, displays only images that are currently deployed in applications.|
37
39
|**Sorted by** | List images by**Name**, or by the most recent update,**Last update**.
40
+
|**Git branch**| Available in**More filters**. The Git branch to which the image is pushed.|
41
+
|**Git repositories**| Available in**More filters**. The Git provider you use.|
38
42
39
-
43
+
Currently Deployed
40
44
41
45
##Image main view: deployment and repo information
42
-
The main view of the Images dashboarddisplay high-level deployment, repository, and registry information.
46
+
The main view of the Images dashboarddisplays high-level deployment, repository, and registry information.
43
47
44
48
45
49
{% include
46
50
image.html
47
51
lightbox="true"
48
-
file="/images/image/application-level.png"
49
-
url="/images/image/application-level.png"
50
-
alt="Main view forImages in Codefresh"
51
-
caption="Main view forImages in Codefresh"
52
+
file="/images/image/images-main-view.png"
53
+
url="/images/image/images-main-view.png"
54
+
alt="Images in Codefresh"
55
+
caption="Images in Codefresh"
52
56
max-width="60%"
53
57
%}
54
58
@@ -63,26 +67,27 @@ The Currently Deployed stamp on the right shows the number of applications in wh
63
67
64
68
65
69
##Image tag view
66
-
Drilldown on the repository showstag information for the image.
70
+
Drilldown on the repository showsall the tags created for the image.
67
71
{% include
68
72
image.html
69
73
lightbox="true"
70
-
file="/images/image/tag-view.png"
71
-
url="/images/image/tag-view.png"
72
-
alt="Tag info for Images in Codefresh"
73
-
caption="Tag info for Images in Codefresh"
74
-
max-width="30%"
74
+
file="/images/image/image-drill-down-view.png"
75
+
url="/images/image/image-drill-down-view.png"
76
+
alt="Image tag info"
77
+
caption="Image tag info"
78
+
max-width="60%"
75
79
%}
76
80
77
-
{: .table .table-bordered .table-hover}
78
-
| Legend| Description|
79
-
| --------------| --------------|
80
-
|**1**| The image tag.|
81
-
|**2**| The comment describing the commit or change, with the name of the Git provider and the corresponding PR. To view details of the commit changes in the Git repository, select the commit text.|
82
-
|**3**| The hash of the Docker image, generated as sha256. A change in the digest indicates that something has changed in the image.|
83
-
|**4**| The registry to which the image is pushed (stored), and from which it is distributed.|
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|
85
-
|**6**| Additional information on the image. To view the Summary, select**more details**.|
81
+
Each row displays information on the tag:
82
+
83
+
* The comment describing the commit or change, with the name of the Git provider and the corresponding PR. To view details of the commit changes in the Git repository, select the commit text.|
84
+
* The hash of the Docker image, generated as sha256. A change in the digest indicates that something has changed in the image.|
85
+
* The registry to which the image is pushed, and from which it is distributed.|
86
+
* 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|
87
+
* The date and time of the most recent update.
88
+
* The size of the tag.
89
+
90
+
>For Summary, Dockerfile, and Layer information on a tag, click**more details**.
86
91
87
92
##Image Summary
88
93
The Summary view summarizes the metadata for the image.
@@ -92,26 +97,47 @@ The Summary view summarizes the metadata for the image.
92
97
{% include
93
98
image.html
94
99
lightbox="true"
95
-
file="/images/image/summary-view.png"
96
-
url="/images/image/summary-view.png"
97
-
alt="Summaryinfo for Images in Codefresh"
98
-
caption="Summaryinfo for Images in Codefresh"
99
-
max-width="30%"
100
+
file="/images/image/images-summary-tab.png"
101
+
url="/images/image/images-summary-tab.png"
102
+
alt="ImageSummarytab"
103
+
caption="ImageSummarytab"
104
+
max-width="60%"
100
105
%}
101
106
102
107
103
108
***Image info**: The image name, registry, OS architecture, and last update.
104
-
***Applications** :|
109
+
***Applications** :The application or applications in which the image is deployed.
105
110
***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.
111
+
***Issues**: The Jira issue number and the committer, enriched with the commit message and its status.
112
+
***Git**: The Git details for this image tag, such as repo, branch, commit message, committer(s) and Pull Request information.
113
+
***Annotations**: Annotations if any assigned to the image.
109
114
110
115
##Image Dockerfile
111
-
The Dockerfiles view summarizes the metadata for the image.