Browse Source

DOC-3185: Add tips for viewing available Docker image versions and recommend using the latest tag in installation guides. (#3668)

hotfix/7/DOC-3187
Karl Kemister-Sheppard 4 months ago
committed by GitHub
parent
commit
d42ea3142d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc
  2. 7
      modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc

7
modules/ROOT/partials/individually-licensed-components/export-to-pdf/export-to-pdf-installation.adoc

@ -35,6 +35,13 @@ Pull the Docker image:
docker pull registry.containers.tiny.cloud/{dockerimageexporttopdf}:[version]
----
[TIP]
====
To view all available Docker image versions, refer to the changelog at link:https://registry.containers.tiny.cloud/api/changelogs/pdf-converter-tiny[pdf-converter-tiny].
To ensure access to the most recent version of the service, {companyname} **recommends** using the `latest` tag when pulling the image.
====
Launch the Docker container:
[source, sh, subs="attributes+"]

7
modules/ROOT/partials/individually-licensed-components/import-from-word-and-export-to-word/import-from-word-and-export-to-word-installation-on-premises.adoc

@ -35,6 +35,13 @@ Pull the Docker image:
docker pull docker pull registry.containers.tiny.cloud/{dockerimageimportfromwordexporttoword}:[version]
----
[TIP]
====
To view all available Docker image versions, refer to the changelog at link:https://registry.containers.tiny.cloud/api/changelogs/docx-converter-tiny[docx-converter-tiny].
To ensure access to the most recent version of the service, {companyname} recommends using the `latest` tag when pulling the image.
====
Launch the Docker container:
[source, sh, subs="attributes+"]

Loading…
Cancel
Save