Update repo images

This commit is contained in:
Jeffrey Morgan 2018-11-25 12:25:40 -05:00
parent 3d30bfc230
commit 25bbd737b2
4 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 637 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 KiB

View File

@ -74,7 +74,7 @@ To view the Docker Security Scanning results:
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](official_images-tags.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.

View File

@ -104,11 +104,15 @@ see the [organizations documentation](/docker-hub/orgs.md).
Docker Hub's repository "Tags" view shows you the available tags and the size
of the associated image.
![View Repo Tags](images/repos-tags-view.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/busybox-image-tags.png](images/busybox-image-tags.png)
To edit tags, click on Manage Repository or find your repository under *Repositories*:
![Manage Repo Tags](images/repos-tags-manage.png)
## Searching for Repositories