From b694e73d7a8cbc7fe03dcac6f8a2914a788ffed1 Mon Sep 17 00:00:00 2001 From: Jerae Duffin Date: Tue, 29 Mar 2022 16:57:58 -0500 Subject: [PATCH 1/2] updated PATs --- docker-hub/access-tokens.md | 28 +++++++--------------------- subscription/index.md | 4 ++-- 2 files changed, 9 insertions(+), 23 deletions(-) diff --git a/docker-hub/access-tokens.md b/docker-hub/access-tokens.md index 9c184dfd27..6f7e678bda 100644 --- a/docker-hub/access-tokens.md +++ b/docker-hub/access-tokens.md @@ -4,15 +4,13 @@ description: Learn how to create and manage your personal Docker Hub access toke keywords: docker hub, hub, security, PAT, personal access token --- -Docker Hub lets you create personal access tokens as alternatives to your password. You can use tokens to -access Hub images from the Docker CLI. +Docker Hub lets you create personal access tokens as alternatives to your password. You can use tokens to access Hub images from the Docker CLI. Using personal access tokens provides some advantages over a password: * You can investigate the last usage of the access token and disable or delete it if you find any suspicious activity. -* When using an access token, you can't perform any admin activity on the account, - including changing the password. It protects your account if your computer is compromised. +* When using an access token, you can't perform any admin activity on the account, including changing the password. It protects your account if your computer is compromised. Docker provides a [Docker Hub CLI](https://github.com/docker/hub-tool#readme){: target="_blank" rel="noopener" class="_"} tool (currently experimental) and an API that allows you to interact with Docker Hub. Browse @@ -57,24 +55,12 @@ To create your access token: ![PAT Menu](images/hub-create-token.png){:width="700px"} -The access permissions are scopes that set restrictions in your -repositories. For example, for Read & Write permissions, an automation -pipeline can build an image and then push it to a repository. However, it -can not delete the repository. + The access permissions are scopes that set restrictions in your + repositories. For example, for Read & Write permissions, an automation + pipeline can build an image and then push it to a repository. However, it + can not delete the repository. -5. The table below lists the tokens available in each subscription: - - - | Feature | Personal | Pro | Team | Business | - | --------------------- | ---- | ----- | ----- |----- | - | Personal Access Tokens (read, write, delete scope only)* |![yes](/images/green-check.svg)| ![yes](/images/green-check.svg) |![yes](/images/green-check.svg) |![yes](/images/green-check.svg)| - | Scoped Personal Access Tokens | |![yes](/images/green-check.svg)| ![yes](/images/green-check.svg)|![yes](/images/green-check.svg)| - | Unlimited Personal Access Tokens | | | ![yes](/images/green-check.svg)|![yes](/images/green-check.svg)| - - *You can create 1 access token as part of the Docker Personal subscription, 5 tokens as part of Docker Pro, and Unlimited tokens as part of Docker Team and Business subscriptions. - For more information, see [Docker Pricing](https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade){: target="_blank" rel="noopener" class="_"}. - -6. Copy the token that appears on the screen and save it. You will not be able +5. Copy the token that appears on the screen and save it. You will not be able to retrieve the token once you close this prompt. ![Copy Token](images/hub-copy-token.png){:width="700px"} diff --git a/subscription/index.md b/subscription/index.md index 26a23dc0d6..f7588de075 100644 --- a/subscription/index.md +++ b/subscription/index.md @@ -32,7 +32,7 @@ The following sections provide an overview of each tier. To compare features ava Docker Personal is the new name for the Docker Free subscription. With its focus on the open-source communities, individual developers, education, and small businesses, Docker Personal will continue to allow free use of Docker components - including the Docker CLI, Docker Compose, Docker Engine, Docker Desktop, Docker Hub, Kubernetes, Docker Build and Docker BuildKit, Docker Official Images, Docker Scan, and more. -Docker Personal includes unlimited public repositories and unlimited collaborators for public repositories at no cost per month. +Docker Personal includes unlimited public repositories, unlimited scoped tokens and unlimited collaborators for public repositories at no cost per month. For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/){: target="_blank" rel="noopener" class="_" id="dkr_docs_subscription_btl"}. @@ -40,7 +40,7 @@ For a list of features available in each tier, see [Docker Pricing](https://www. **Docker Pro** enables individual developers to get more control of their development environment and provides an integrated and reliable developer experience. It reduces the amount of time developers spend on mundane and repetitive tasks and empowers developers to spend more time creating value for their customers. -Docker Pro includes all the features available in Personal, additionally, it includes unlimited private repositories, unlimited public repositories, unlimited [collaborators](../docker-hub/repos.md#collaborators-and-their-role) for public repositories, [Auto Builds](../docker-hub/builds/index.md) with 5 concurrent builds, 300 [Hub Vulnerability Scans](../docker-hub/vulnerability-scanning.md), 5 [Scoped Access Tokens](../docker-hub/access-tokens.md), and more. +Docker Pro includes all the features available in Personal, additionally, it includes unlimited private repositories, unlimited public repositories, unlimited [collaborators](../docker-hub/repos.md#collaborators-and-their-role) for public repositories, [Auto Builds](../docker-hub/builds/index.md) with 5 concurrent builds, 300 [Hub Vulnerability Scans](../docker-hub/vulnerability-scanning.md), unlimited [Scoped Access Tokens](../docker-hub/access-tokens.md), and more. For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/){: target="_blank" rel="noopener" class="_" id="dkr_docs_subscription_btl"}. From 4717e3d082aad56e9705275312357abc8b547562 Mon Sep 17 00:00:00 2001 From: Jerae Duffin Date: Tue, 29 Mar 2022 17:16:40 -0500 Subject: [PATCH 2/2] mend --- subscription/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subscription/index.md b/subscription/index.md index f7588de075..3a1acb9513 100644 --- a/subscription/index.md +++ b/subscription/index.md @@ -32,7 +32,7 @@ The following sections provide an overview of each tier. To compare features ava Docker Personal is the new name for the Docker Free subscription. With its focus on the open-source communities, individual developers, education, and small businesses, Docker Personal will continue to allow free use of Docker components - including the Docker CLI, Docker Compose, Docker Engine, Docker Desktop, Docker Hub, Kubernetes, Docker Build and Docker BuildKit, Docker Official Images, Docker Scan, and more. -Docker Personal includes unlimited public repositories, unlimited scoped tokens and unlimited collaborators for public repositories at no cost per month. +Docker Personal includes unlimited public repositories, unlimmited [Scoped Access Tokens](../docker-hub/access-tokens.md), and unlimited collaborators for public repositories at no cost per month. For a list of features available in each tier, see [Docker Pricing](https://www.docker.com/pricing/){: target="_blank" rel="noopener" class="_" id="dkr_docs_subscription_btl"}.