Skip to content

Commit dbd283b

Browse files
committed
[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>
1 parent e40d2fb commit dbd283b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • docs/guides/applications/containers/deploy-zot-pull-through-oci-cache-docker-hub

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ 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)'
1011
external_resources:
@@ -24,7 +25,7 @@ Container images need to be stored and then distributed when an application is d
2425

2526
- Security integrations including Single Sign-On (SSO) support with OpenID Connect (OIDC), htpasswd, and API keys
2627
- An authorization system that supports repository-level access control
27-
- Built-in artifact scanning with [Trivy](https://trivy.dev/latest/)
28+
- Built-in artifact scanning with [Trivy](https://trivy.dev)
2829
- Support for multiple backends for storing data, including S3-compatible services
2930
- Options for creating high-scale deployments
3031
- Monitoring with built-in metrics
@@ -280,7 +281,7 @@ For this guide, a simple setup with UI, security scanning, and password authenti
280281
}
281282
```
282283
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:
284+
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:
284285
285286
```file {title="/etc/zot/config.json" lang="json" hl_lines="6-15"}
286287
{
@@ -326,7 +327,7 @@ For this guide, a simple setup with UI, security scanning, and password authenti
326327
}
327328
```
328329
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).
330+
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).
330331
331332
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:
332333

0 commit comments

Comments
 (0)