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
[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>
@@ -24,7 +26,7 @@ Container images need to be stored and then distributed when an application is d
24
26
25
27
- Security integrations including Single Sign-On (SSO) support with OpenID Connect (OIDC), htpasswd, and API keys
26
28
- 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)
28
30
- Support for multiple backends for storing data, including S3-compatible services
29
31
- Options for creating high-scale deployments
30
32
- Monitoring with built-in metrics
@@ -280,7 +282,7 @@ For this guide, a simple setup with UI, security scanning, and password authenti
280
282
}
281
283
```
282
284
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:
@@ -326,7 +328,7 @@ For this guide, a simple setup with UI, security scanning, and password authenti
326
328
}
327
329
```
328
330
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).
330
332
331
333
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:
332
334
@@ -508,7 +510,7 @@ This output should appear:
508
510
509
511
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:
510
512
511
-

513
+

512
514
513
515
The credentials supplied for htpasswd file creation earlier can be used to login.
0 commit comments