From 369478a2c2558743b5f458baf2a5a4d21fd997cd Mon Sep 17 00:00:00 2001 From: ltagliaferri Date: Wed, 16 Aug 2023 10:30:31 -0400 Subject: [PATCH 1/2] Aug 16 updates Signed-off-by: ltagliaferri --- content/chainguard/chainguard-images/faq.md | 9 ++++++--- .../chainguard-images/registry/authenticating.md | 8 +++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/content/chainguard/chainguard-images/faq.md b/content/chainguard/chainguard-images/faq.md index e10fbbfc1b..2f75b9a082 100644 --- a/content/chainguard/chainguard-images/faq.md +++ b/content/chainguard/chainguard-images/faq.md @@ -3,7 +3,7 @@ title: "Chainguard Images FAQs" type: "article" description: "Frequently asked questions about Chainguard Images" date: 2022-09-01T08:49:31+00:00 -lastmod: 2022-09-01T08:49:31+00:00 +lastmod: 2023-08-16T08:49:31+00:00 draft: false tags: ["Chainguard Images", "FAQ", "Product"] images: [] @@ -81,7 +81,10 @@ Chainguard Images are designed to be minimalist, and many of them are distroless Chainguard Images are rebuilt every night to ensure that new package versions and security updates in upstream Wolfi are quickly applied. ## Do I need to authenticate into Chainguard to use Chainguard Images? +Logging in is optional if you are only using `:latest` and `:latest-dev` tags or image digests. -Logging in is optional, but it will be the primary mechanism we will use to notify users of upcoming changes moving forward. We encourage users of our free, public Images to start doing this today. Logging in will also give users access to browse our Images in the Chainguard platform. +As of August 16, 2023, all other tags for Chainguard Images in the Public catalog are unavailable without paying for access to the Standard or Custom catalogs. This means that public catalog users, including open source projects, will either need to pin to the digest they currently use, migrate to the software version associated with `:latest`, or build upon [wolfi-base](/chainguard/chainguard-images/reference/wolfi-base/) to build their desired image. -To learn how to authenticate into the Chainguard Registry, you can review our [authentication documentation](/chainguard/chainguard-images/registry/authenticating/). You can read more about our Images catalogs and some of the thought process behind authentication in our blog post, [Scaling Chainguard Images with a growing catalog and proactive security updates](https://www.chainguard.dev/unchained/scaling-chainguard-images-with-a-growing-catalog-and-proactive-security-updates). \ No newline at end of file +There are benefits for all users who authenticate to the Chainguard Registry, as Chainguard provides notifications of version updates, breaking changes, or critical security updates. However, users can continue to pull Images by digest or Images tagged `:latest` anonymously. + +To learn how to authenticate into the Chainguard Registry, you can review our [authentication documentation](/chainguard/chainguard-images/registry/authenticating/). You can read more about our Images catalogs and some of the thought process behind authentication in our blog post, [Scaling Chainguard Images with a growing catalog and proactive security updates](https://www.chainguard.dev/unchained/scaling-chainguard-images-with-a-growing-catalog-and-proactive-security-updates). You can read about the August 16, 2023 changes in the [Important updates for Chainguard Images public catalog users](https://www.chainguard.dev/unchained/important-updates-for-chainguard-images-public-catalog-users). \ No newline at end of file diff --git a/content/chainguard/chainguard-images/registry/authenticating.md b/content/chainguard/chainguard-images/registry/authenticating.md index e3bc3b312a..e63256af83 100644 --- a/content/chainguard/chainguard-images/registry/authenticating.md +++ b/content/chainguard/chainguard-images/registry/authenticating.md @@ -3,7 +3,7 @@ title: "Authenticating to Chainguard Registry" type: "article" description: "A guide on authenticating to the Chainguard Registry to get images" date: 2023-03-21T15:10:16+00:00 -lastmod: 2023-03-21T15:10:16+00:00 +lastmod: 2023-08-16T15:10:16+00:00 draft: false images: [] menu: @@ -15,11 +15,9 @@ toc: true ## Public Images -All public Chainguard Images are available for free. +Chainguard Images tagged `:latest` or `:latest-dev`, and Images by digest are available for free in the Public catalog. However, logging in with a Chainguard account and authenticating when pulling from the registry provides a mechanism for Chainguard to contact you if there are any issues with images you are pulling. This may enable Chainguard to notify you of upcoming deprecations, changes in behavior, critical vulnerabilities and remediations for images you have recently pulled. -However, logging in with a Chainguard account and authenticating when pulling from the registry provides a mechanism for Chainguard to contact you if there are any issues with images you are pulling. - -This may enable Chainguard to notify you of upcoming deprecations, changes in behavior, critical vulnerabilities and remediations for images you have recently pulled. +As of August 16, 2023, all other tags for Chainguard Images in the Public catalog are unavailable without paying for access to the Standard or Custom catalogs. This means that Public catalog users, including open source projects, will either need to pin to the digest they currently use, migrate to the software version associated with `:latest`, or build upon [wolfi-base](/chainguard/chainguard-images/reference/wolfi-base/) to build their desired image. You can read about these changes in the [Important updates for Chainguard Images public catalog users](https://www.chainguard.dev/unchained/important-updates-for-chainguard-images-public-catalog-users). ## Signing Up From d8b32ce5fa9f140cddd622805301668679a0a7a1 Mon Sep 17 00:00:00 2001 From: ltagliaferri Date: Wed, 16 Aug 2023 10:37:11 -0400 Subject: [PATCH 2/2] copyedit Signed-off-by: ltagliaferri --- content/chainguard/chainguard-images/faq.md | 4 ++-- .../chainguard/chainguard-images/registry/authenticating.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/chainguard/chainguard-images/faq.md b/content/chainguard/chainguard-images/faq.md index 2f75b9a082..17b5c0f173 100644 --- a/content/chainguard/chainguard-images/faq.md +++ b/content/chainguard/chainguard-images/faq.md @@ -83,8 +83,8 @@ Chainguard Images are rebuilt every night to ensure that new package versions an ## Do I need to authenticate into Chainguard to use Chainguard Images? Logging in is optional if you are only using `:latest` and `:latest-dev` tags or image digests. -As of August 16, 2023, all other tags for Chainguard Images in the Public catalog are unavailable without paying for access to the Standard or Custom catalogs. This means that public catalog users, including open source projects, will either need to pin to the digest they currently use, migrate to the software version associated with `:latest`, or build upon [wolfi-base](/chainguard/chainguard-images/reference/wolfi-base/) to build their desired image. +As of August 16, 2023, all other tags for Chainguard Images in the Public catalog are unavailable without paying for access to the Standard or Custom catalogs. This means that Public catalog users, including open source projects, will either need to pin to the digest they currently use, migrate to the software version associated with `:latest`, or build upon [wolfi-base](/chainguard/chainguard-images/reference/wolfi-base/) to build their desired image. There are benefits for all users who authenticate to the Chainguard Registry, as Chainguard provides notifications of version updates, breaking changes, or critical security updates. However, users can continue to pull Images by digest or Images tagged `:latest` anonymously. -To learn how to authenticate into the Chainguard Registry, you can review our [authentication documentation](/chainguard/chainguard-images/registry/authenticating/). You can read more about our Images catalogs and some of the thought process behind authentication in our blog post, [Scaling Chainguard Images with a growing catalog and proactive security updates](https://www.chainguard.dev/unchained/scaling-chainguard-images-with-a-growing-catalog-and-proactive-security-updates). You can read about the August 16, 2023 changes in the [Important updates for Chainguard Images public catalog users](https://www.chainguard.dev/unchained/important-updates-for-chainguard-images-public-catalog-users). \ No newline at end of file +To learn how to authenticate into the Chainguard Registry, you can review our [authentication documentation](/chainguard/chainguard-images/registry/authenticating/). You can read more about our Images catalogs and some of the thought process behind authentication in our blog post, [Scaling Chainguard Images with a growing catalog and proactive security updates](https://www.chainguard.dev/unchained/scaling-chainguard-images-with-a-growing-catalog-and-proactive-security-updates). You can read about the August 16, 2023 changes in the [Important updates for Chainguard Images public catalog users](https://www.chainguard.dev/unchained/important-updates-for-chainguard-images-public-catalog-users) blog post. \ No newline at end of file diff --git a/content/chainguard/chainguard-images/registry/authenticating.md b/content/chainguard/chainguard-images/registry/authenticating.md index e63256af83..c2cbea38e5 100644 --- a/content/chainguard/chainguard-images/registry/authenticating.md +++ b/content/chainguard/chainguard-images/registry/authenticating.md @@ -15,9 +15,9 @@ toc: true ## Public Images -Chainguard Images tagged `:latest` or `:latest-dev`, and Images by digest are available for free in the Public catalog. However, logging in with a Chainguard account and authenticating when pulling from the registry provides a mechanism for Chainguard to contact you if there are any issues with images you are pulling. This may enable Chainguard to notify you of upcoming deprecations, changes in behavior, critical vulnerabilities and remediations for images you have recently pulled. +Chainguard Images tagged `:latest` or `:latest-dev`, and Images by digest are available for free in the Public catalog. However, logging in with a Chainguard account and authenticating when pulling from the Registry provides a mechanism for Chainguard to contact you if there are any issues with images you are pulling. This may enable Chainguard to notify you of upcoming deprecations, changes in behavior, critical vulnerabilities and remediations for images you have recently pulled. -As of August 16, 2023, all other tags for Chainguard Images in the Public catalog are unavailable without paying for access to the Standard or Custom catalogs. This means that Public catalog users, including open source projects, will either need to pin to the digest they currently use, migrate to the software version associated with `:latest`, or build upon [wolfi-base](/chainguard/chainguard-images/reference/wolfi-base/) to build their desired image. You can read about these changes in the [Important updates for Chainguard Images public catalog users](https://www.chainguard.dev/unchained/important-updates-for-chainguard-images-public-catalog-users). +As of August 16, 2023, all other tags for Chainguard Images in the Public catalog are unavailable without paying for access to the Standard or Custom catalogs. This means that Public catalog users, including open source projects, will either need to pin to the digest they currently use, migrate to the software version associated with `:latest`, or build upon [wolfi-base](/chainguard/chainguard-images/reference/wolfi-base/) to build their desired image. You can read about these changes in the [Important updates for Chainguard Images public catalog users](https://www.chainguard.dev/unchained/important-updates-for-chainguard-images-public-catalog-users) blog post. ## Signing Up