You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,7 +25,7 @@ Container images need to be stored and then distributed when an application is d
24
25
25
26
- Security integrations including Single Sign-On (SSO) support with OpenID Connect (OIDC), htpasswd, and API keys
26
27
- 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)
28
29
- Support for multiple backends for storing data, including S3-compatible services
29
30
- Options for creating high-scale deployments
30
31
- Monitoring with built-in metrics
@@ -280,7 +281,7 @@ For this guide, a simple setup with UI, security scanning, and password authenti
280
281
}
281
282
```
282
283
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:
@@ -326,7 +327,7 @@ For this guide, a simple setup with UI, security scanning, and password authenti
326
327
}
327
328
```
328
329
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).
330
331
331
332
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:
0 commit comments