diff --git a/docker-hub/images/official_images-tags-2019.png b/docker-hub/images/official_images-tags-2019.png new file mode 100644 index 0000000000..ad99cfa4e2 Binary files /dev/null and b/docker-hub/images/official_images-tags-2019.png differ diff --git a/docker-hub/images/official_images-tags-home.png b/docker-hub/images/official_images-tags-home.png new file mode 100644 index 0000000000..8bf781a826 Binary files /dev/null and b/docker-hub/images/official_images-tags-home.png differ diff --git a/docker-hub/images/repo-single-tag-view-2019.png b/docker-hub/images/repo-single-tag-view-2019.png new file mode 100644 index 0000000000..1ea48f2f43 Binary files /dev/null and b/docker-hub/images/repo-single-tag-view-2019.png differ diff --git a/docker-hub/images/repo-view-2019.png b/docker-hub/images/repo-view-2019.png new file mode 100644 index 0000000000..bc01b40be5 Binary files /dev/null and b/docker-hub/images/repo-view-2019.png differ diff --git a/docker-hub/images/repos-tags-manage-2019.png b/docker-hub/images/repos-tags-manage-2019.png new file mode 100644 index 0000000000..ae219fd8ae Binary files /dev/null and b/docker-hub/images/repos-tags-manage-2019.png differ diff --git a/docker-hub/images/repos-tags-view-2019.png b/docker-hub/images/repos-tags-view-2019.png new file mode 100644 index 0000000000..8d6642d6cf Binary files /dev/null and b/docker-hub/images/repos-tags-view-2019.png differ diff --git a/docker-hub/official_images.md b/docker-hub/official_images.md index 3f1bd8a11d..5084b9fbed 100644 --- a/docker-hub/official_images.md +++ b/docker-hub/official_images.md @@ -62,19 +62,28 @@ these efforts. ## Official Image Vulnerability Scanning -Each of the images in the Official Images is scanned for vulnerabilities. The results of -these security scans provide valuable information about which images contain -security vulnerabilities, and allow you to choose images that align with your -security standards. +Each of the images in the Official Images is scanned for vulnerabilities. The +results of these security scans provide valuable information about which images +contain security vulnerabilities, and allow you to choose images that align with +your security standards. To view the Docker Security Scanning results: -1. Make sure you're logged in to Docker Hub. - You can view Official Images even while logged out, however the scan results are only available once you log in. -2. Navigate to the repository of the Official Image whose security scan you want to view. -3. Click the `Tags` tab to see a list of tags and their security scan summaries. +1. Make sure you're logged in to Docker Hub. You can view Official Images even + while logged out, however the scan results are only available once you log + in. + +2. Navigate to the repository of the Official Image whose security scan you want + to view. + +3. Click the `Tags` tab to see a list of tags. and their security scan summaries. + + ![Official Image Tags](images/official_images-tags-home.png) + +4. Click on a tag to see the image's security scan summary. + + ![Official Image Tags](images/official_images-tags-2019.png) -![Official Image Tags](images/official_images-tags.png) You can click into a tag's detail page to see more information about which layers in the image and which components within the layer are vulnerable. diff --git a/docker-hub/repos.md b/docker-hub/repos.md index ba2e6718d1..96c4ec7cb5 100644 --- a/docker-hub/repos.md +++ b/docker-hub/repos.md @@ -101,18 +101,23 @@ see the [organizations documentation](/docker-hub/orgs.md). ## Viewing repository tags -Docker Hub's repository "Tags" view shows you the available tags and the size -of the associated image. +Docker Hub's individual repositories view shows you the available tags and the +size of the associated image. Go to the "Repositories" view and click on a +repository to see its tags. -![View Repo Tags](images/repos-tags-view.png) +![Repository View](images/repo-view-2019.png) + +![View Repo Tags](images/repos-tags-view-2019.png) Image sizes are the cumulative space taken up by the image and all its parent -images. This is also the disk space used by the contents of the .tar file created -when you `docker save` an image. +images. This is also the disk space used by the contents of the .tar file +created when you `docker save` an image. -To edit tags, click on Manage Repository or find your repository under *Repositories*: +To view tags, click on "Tags" tab and then select a tag to view. -![Manage Repo Tags](images/repos-tags-manage.png) +![Manage Repo Tags](images/repos-tags-manage-2019.png) + +![View Tag](images/repo-single-tag-view-2019.png) ## Searching for Repositories