diff --git a/scout/dashboard.md b/scout/dashboard.md index 6b3a8d8489..b8680f213d 100644 --- a/scout/dashboard.md +++ b/scout/dashboard.md @@ -41,6 +41,7 @@ The repository tag list shows all tags for a repository. You can search for spec Each entry in the list shows the following details: +- CHeck - The tag version. Clicking the link for version opens [the image layer view](#image-layer-view). - The operating system and architecture of the image. - The vulnerabilities for the tag version. @@ -51,17 +52,22 @@ Each entry in the list shows the following details: #### Comparing two tag images +![Screenshot of selecting two image tags](./images/dashboard-diff-select.png) + You can compare two tag images by selecting the checkboxes next to them and selecting the **Compare images** button at the top of the list. - +![Screenshot of an overview of differences between two selected images](./images/dashboard-diff-top.png) -The top section of the comparison view shows an overview of the two selected tag images with the same information as the repository tag list view. + -The rest of the view shows the following: +The top section of the comparison view shows an overview of the two selected image tags. -- Select the **Packages** tab to see packages added, removed, or updated in each image. Each entry in the table shows the differences between the versions and vulnerabilities in each image. Select the disclosure triangle next to a package to see more detail on the vulnerabilities. +![Screenshot of overview differences between two selected images](./images/dashboard-diff-bottom.png) + +The tabs section of the view shows the following: + +- Select the **Packages** tab to see packages added, removed, or updated in each image. Each entry in the table shows the differences between the versions and vulnerabilities in each image. Select the disclosure triangle next to a package to see more detail on the vulnerabilities changed. - Select the **Vulnerabilities** tab to see changes to the vulnerabilities present in each image. -- Select the **Environment variables** tab to see changes to the environment variables present in each image. ### Image layer view diff --git a/scout/images/dashboard-compare-overview.png b/scout/images/dashboard-compare-overview.png new file mode 100644 index 0000000000..ce0a360724 Binary files /dev/null and b/scout/images/dashboard-compare-overview.png differ diff --git a/scout/images/dashboard-compare-select.png b/scout/images/dashboard-compare-select.png new file mode 100644 index 0000000000..1e86b73d31 Binary files /dev/null and b/scout/images/dashboard-compare-select.png differ diff --git a/scout/images/dashboard-diff-bottom.png b/scout/images/dashboard-diff-bottom.png new file mode 100644 index 0000000000..a0e2be6230 Binary files /dev/null and b/scout/images/dashboard-diff-bottom.png differ diff --git a/scout/images/dashboard-diff-select.png b/scout/images/dashboard-diff-select.png new file mode 100644 index 0000000000..dc44889358 Binary files /dev/null and b/scout/images/dashboard-diff-select.png differ diff --git a/scout/images/dashboard-diff-top.png b/scout/images/dashboard-diff-top.png new file mode 100644 index 0000000000..d8d04745b8 Binary files /dev/null and b/scout/images/dashboard-diff-top.png differ