From 053a19c30faf893ddb83804af9314c95513f5a4c Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Thu, 11 Jun 2026 10:30:42 +1000 Subject: [PATCH] Docs: DOC-3530 - Update registry login username to tiny on AI on-premises page Replace the placeholder with the actual username tiny in the Docker and Podman login commands, and update the surrounding guidance accordingly. All accounts authenticate as tiny against registry.containers.tiny.cloud, consistent with the other on-premises installation pages. --- .../ROOT/pages/tinymceai-on-premises-getting-started.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/tinymceai-on-premises-getting-started.adoc b/modules/ROOT/pages/tinymceai-on-premises-getting-started.adoc index e2160ef8aa..011e275bcd 100644 --- a/modules/ROOT/pages/tinymceai-on-premises-getting-started.adoc +++ b/modules/ROOT/pages/tinymceai-on-premises-getting-started.adoc @@ -48,7 +48,7 @@ For Docker: [source,bash] ---- -docker login -u '' https://registry.containers.tiny.cloud +docker login -u tiny https://registry.containers.tiny.cloud # Docker prompts for the password; this avoids leaking it in shell history. ---- @@ -56,10 +56,10 @@ For Podman: [source,bash] ---- -podman login -u '' registry.containers.tiny.cloud +podman login -u tiny registry.containers.tiny.cloud ---- -Replace `` with the username supplied by the Tiny account representative. If credentials have not been received, contact `support@tiny.cloud`. +All accounts authenticate with the username `tiny`. When prompted, enter the access token supplied by the Tiny account representative. If credentials have not been received, contact `support@tiny.cloud`. === Pull the AI service image