From 2134e048d3938d1e29759d3c12e84f5bcf23fd81 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Wed, 2 Jul 2025 08:48:08 +1000 Subject: [PATCH] DOC-3240: Remove registry URL from Docker pull commands in installation guides for export-to-pdf and import-from-word components. --- .../export-to-pdf/export-to-pdf-installation.adoc | 2 +- ...t-from-word-and-export-to-word-installation-on-premises.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc b/modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc index e2b5727b8a..bba40324ba 100644 --- a/modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc +++ b/modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc @@ -32,7 +32,7 @@ Pull the Docker image: [source, sh, subs="attributes+"] ---- -docker pull registry.containers.tiny.cloud/{dockerimageexporttopdf}:[version] +docker pull {dockerimageexporttopdf}:[version] ---- [TIP] diff --git a/modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc b/modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc index efb79a5ae1..aa508f7c14 100644 --- a/modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc +++ b/modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc @@ -32,7 +32,7 @@ Pull the Docker image: [source, sh, subs="attributes+"] ---- -docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version] +docker pull {dockerimageimportfromwordexporttoword}:[version] ---- [TIP]