diff --git a/content/docs/installation/code-signing.md b/content/docs/installation/code-signing.md index 417c8b10bb7..3693cc20120 100644 --- a/content/docs/installation/code-signing.md +++ b/content/docs/installation/code-signing.md @@ -18,6 +18,24 @@ key. For all cert-manager versions from `v1.8.0` and later, cert-manager container images are signed and verifiable using [`cosign`](https://docs.sigstore.dev/cosign/overview). +The cert-manager project publishes the following container images on Quay: + +- `quay.io/jetstack/cert-manager-controller` +- `quay.io/jetstack/cert-manager-webhook` +- `quay.io/jetstack/cert-manager-cainjector` +- `quay.io/jetstack/cert-manager-acmesolver` +- `quay.io/jetstack/cert-manager-startupapicheck` +- `quay.io/jetstack/cert-manager-ctl` for cert-manager `v1.14` and earlier; from cert-manager `v1.15` onward, `cmctl` is released from the separate [`cert-manager/cmctl`](https://github.com/cert-manager/cmctl) repository instead. + +You can browse the available tags for each image directly on Quay: + +- [`cert-manager-controller` tags](https://quay.io/repository/jetstack/cert-manager-controller?tab=tags) +- [`cert-manager-webhook` tags](https://quay.io/repository/jetstack/cert-manager-webhook?tab=tags) +- [`cert-manager-cainjector` tags](https://quay.io/repository/jetstack/cert-manager-cainjector?tab=tags) +- [`cert-manager-acmesolver` tags](https://quay.io/repository/jetstack/cert-manager-acmesolver?tab=tags) +- [`cert-manager-startupapicheck` tags](https://quay.io/repository/jetstack/cert-manager-startupapicheck?tab=tags) +- [`cert-manager-ctl` tags](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags) + ```console IMAGE_TAG=[[VAR::cert_manager_latest_version]] # change as needed KEY=https://cert-manager.io/public-keys/cert-manager-pubkey-2021-09-20.pem diff --git a/content/docs/reference/cmctl.md b/content/docs/reference/cmctl.md index 92ad87d5427..b295eaf0daa 100644 --- a/content/docs/reference/cmctl.md +++ b/content/docs/reference/cmctl.md @@ -17,6 +17,8 @@ description: | > > ⚠️ cert-manager 1.14 is the last release that will still include a `cert-manager-ctl` container image, go package and GitHub release binary. > +> The legacy container image is published at [`quay.io/jetstack/cert-manager-ctl`](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags), where you can browse the available tags. +> > Visit the new [cmctl repository on GitHub to find out more](https://github.com/cert-manager/cmctl). ## Installation diff --git a/content/v1.14-docs/reference/cmctl.md b/content/v1.14-docs/reference/cmctl.md index ab9526a94e2..b30976affb3 100644 --- a/content/v1.14-docs/reference/cmctl.md +++ b/content/v1.14-docs/reference/cmctl.md @@ -17,6 +17,8 @@ description: | > > ⚠️ cert-manager 1.14 is the last release that will still include a `cert-manager-ctl` container image, go package and GitHub release binary. > +> The legacy container image is published at [`quay.io/jetstack/cert-manager-ctl`](https://quay.io/repository/jetstack/cert-manager-ctl?tab=tags), where you can browse the available tags. +> > Visit the new [cmctl repository on GitHub to find out more](https://github.com/cert-manager/cmctl). ## Installation