Skip to content

Commit ccad70c

Browse files
[Update]: Links and preview updates for the Deploy Zot article (#7396)
* [Update]: Updates links in the deploy Zot article Updates some URLs in the Deploy Zot as a pull through cache article. Signed-off-by: Vishwas Rajashekar <vrajashe@akamai.com> * [Update]: Change preview image for deploy Zot article Renames the login page image for the deploy zot article so that the renderer picks it for the preview image. Signed-off-by: Vishwas Rajashekar <vrajashe@akamai.com> * Set image frontmatter --------- Signed-off-by: Vishwas Rajashekar <vrajashe@akamai.com> Co-authored-by: Nathan Melehan <nmelehan@akamai.com>
1 parent 13f018a commit ccad70c

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/guides/applications/containers/deploy-zot-pull-through-oci-cache-docker-hub/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ description: "Zot is a vendor-neutral Open Container Initiative (OCI) Native Reg
55
authors: ["Vishwas Rajashekar"]
66
contributors: ["Vishwas Rajashekar"]
77
published: 2025-10-01
8+
modified: 2026-02-11
89
keywords: ['container', 'cloud-native', 'oci', 'registry']
910
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
11+
image: zot-1-login-page.png
1012
external_resources:
1113
- '[Zot documentation](https://zotregistry.dev/latest/general/concepts/)'
1214
- '[Zot website](https://zotregistry.dev)'
@@ -24,7 +26,7 @@ Container images need to be stored and then distributed when an application is d
2426

2527
- Security integrations including Single Sign-On (SSO) support with OpenID Connect (OIDC), htpasswd, and API keys
2628
- An authorization system that supports repository-level access control
27-
- Built-in artifact scanning with [Trivy](https://trivy.dev/latest/)
29+
- Built-in artifact scanning with [Trivy](https://trivy.dev)
2830
- Support for multiple backends for storing data, including S3-compatible services
2931
- Options for creating high-scale deployments
3032
- Monitoring with built-in metrics
@@ -280,7 +282,7 @@ For this guide, a simple setup with UI, security scanning, and password authenti
280282
}
281283
```
282284
283-
1. Enable the UI and [container security scanning](https://zotregistry.dev/v1.4.3/general/architecture/#security-scanning) extensions. These are specified under the `extensions` keyword in the configuration. Add these new highlighted lines to your file:
285+
1. Enable the UI and [container security scanning](https://zotregistry.dev/v2.1.14/general/architecture/#security-scanning) extensions. These are specified under the `extensions` keyword in the configuration. Add these new highlighted lines to your file:
284286
285287
```file {title="/etc/zot/config.json" lang="json" hl_lines="6-15"}
286288
{
@@ -326,7 +328,7 @@ For this guide, a simple setup with UI, security scanning, and password authenti
326328
}
327329
```
328330
329-
More information about sync settings can be found in the [Zot documentation](https://zotregistry.dev/v2.1.8/admin-guide/admin-configuration/?h=sync#syncing-and-mirroring-registries).
331+
More information about sync settings can be found in the [Zot documentation](https://zotregistry.dev/v2.1.14/admin-guide/admin-configuration/?h=sync#syncing-and-mirroring-registries).
330332
331333
1. Enable TLS to secure connections to the Zot server. Add these highlighted lines to your file within the `http` block. Replace {{< placeholder "/path/to/certfile" >}} and {{< placeholder "/path/to/keyfile" >}} with the paths to your web certificate and key files respectively:
332334
@@ -508,7 +510,7 @@ This output should appear:
508510
509511
1. Access the Zot UI from a web browser by navigating to `https://{{< placeholder "ZOT_MACHINE_HOST_NAME_OR_IP" >}}:8080`. Replace {{< placeholder "ZOT_MACHINE_HOST_NAME_OR_IP" >}} with your machine's host name or IP address. This should bring up a login page:
510512
511-
![zot login page](zot-login-page.png)
513+
![zot login page](zot-1-login-page.png)
512514
513515
The credentials supplied for htpasswd file creation earlier can be used to login.
514516

docs/guides/applications/containers/deploy-zot-pull-through-oci-cache-docker-hub/zot-login-page.png renamed to docs/guides/applications/containers/deploy-zot-pull-through-oci-cache-docker-hub/zot-1-login-page.png

File renamed without changes.

0 commit comments

Comments
 (0)