diff --git a/docker-hub/images/repos-tags-manage.png b/docker-hub/images/repos-tags-manage.png new file mode 100644 index 0000000000..5087ef7c96 Binary files /dev/null and b/docker-hub/images/repos-tags-manage.png differ diff --git a/docker-hub/images/repos-tags-view.png b/docker-hub/images/repos-tags-view.png new file mode 100644 index 0000000000..20f7ed6ed3 Binary files /dev/null and b/docker-hub/images/repos-tags-view.png differ diff --git a/docker-hub/official_images.md b/docker-hub/official_images.md index 0becb45054..cc9e487f00 100644 --- a/docker-hub/official_images.md +++ b/docker-hub/official_images.md @@ -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. diff --git a/docker-hub/repos.md b/docker-hub/repos.md index 96d164703c..ff94ee03dd 100644 --- a/docker-hub/repos.md +++ b/docker-hub/repos.md @@ -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