Merge pull request #1307 from adrian-plata/hub-tokens

Tags Update
This commit is contained in:
Adrian Plata 2019-09-05 16:29:40 -07:00 committed by GitHub
commit 29aefd29e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 30 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

View File

@ -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.

View File

@ -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