UiPath Documentation
automation-suite
2023.4
false
Linux の Automation Suite のインストール ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

外部 Docker レジストリを設定する

重要:

現在、Automation Suite は公開証明書 (たとえば、ACR、ECR などのクラウド プロバイダーが提供する公開証明書) によって署名された Docker レジストリにのみ接続できます。引き続き、私的機関のホストによって署名された Docker レジストリのサポートを提供できるよう取り組んでいます。

外部 Docker レジストリは、Automation Suite の新しいインストールでのみ選択できます。現在、内部の Docker レジストリから外部の Docker レジストリに移行することはできません。

用語集

OCI compliant registry - A registry implementation that meets the Open Container Initiative specifications. Formerly known as “Docker registry.” There are some widely used implementations, such as Azure Container Registry from Azure and Elastic Container Registry from AWS. In addition, there are self-hosted options such as the former container registry, now found under the Distributions repository.

Artifact - Under the OCI definitions, any image manifest or helm chart manifest hosted in an OCI compliant registry.

オフライン インストールの前提条件

  • Docker と Helm
  • as-images.txt
  • as-helm-charts.txt
  • mirror-registry.sh

Docker と Helm をインストールする

Automation Suite のコンテナー イメージと Helm グラフを外部 Docker レジストリにアップロードする予定のマシンに、Docker と Helm がインストールされていることを確認する必要があります。

  • Docker バイナリをダウンロードするには、公式ドキュメントをご覧ください。

  • Helm バイナリをダウンロードするには、公式ドキュメントをご覧ください。

  • To authenticate to the Docker registry, see the official documentation. Alternatively, you can use the following commands by replacing the sample credentials with your actual registry credentials:

    docker login my.registry.io:443 --username "admin" --password "secret"
    docker login my.registry.io:443 --username "admin" --password "secret"
    

as-images.txt をダウンロードする

To download as-images.txt, see Downloading installation bundles.

as-helm-charts.txt をダウンロードする

To download as-helm-charts.txt, see Downloading installation bundles.

mirror-registry.sh をダウンロードする

To download the mirror-registry.sh script, see Downloading the installation packages.

Automation Suite イメージを Docker レジストリにアップロードする

mirror-registry.sh スクリプトを使用するには、ソース (既定の registry.uipath.com) レジストリとターゲット レジストリへのアウトバウンド接続が必要です。

コマンド ライン引数Environment Variable (環境変数)説明
--images-manifestIMAGES_MANIFEST(任意) イメージのマニフェスト ファイルへのパス。
--helm-charts-manifestHELM_CHARTS_MANIFEST(任意) グラフのマニフェスト ファイルへのパス。
--target-registry-urlTARGET_REGISTRY_URL(必須) ターゲット レジストリの URL を渡します。
--source-registry-urlSOURCE_REGISTRY_URL(任意) ソース レジストリの URL を渡します。既定値は registry.uipath.com です。
# command line flags style
./mirror-registry.sh --target-registry-url my.registry.io:443 --source-registry-url registry.uipath.com --images-manifest /home/myuser/as-images.txt --helm-charts-manifest /home/myuser/as-helm-charts.txt
# command line flags style
./mirror-registry.sh --target-registry-url my.registry.io:443 --source-registry-url registry.uipath.com --images-manifest /home/myuser/as-images.txt --helm-charts-manifest /home/myuser/as-helm-charts.txt

Computer Vision イメージを外部 Docker レジストリにアップロードする

注:

これらの手順は、Computer Vision を使用する場合にのみ必要です。これらの手順は、製品を使用する前の任意の時点で実行できます。

任意の Computer Vision イメージを外部 Docker レジストリにアップロードするには、次の手順を実行します。

  1. registry.uipath.com でホストされている UiPath レジストリから目的の Computer Vision イメージをプルします。

    docker pull <uipath_registry_server>/<image_name>
    docker pull <uipath_registry_server>/<image_name>
    

    Example: The UiPath registry server is registry.uipath.com; if the image name for Computer Vision is aicenter/cv2304:23.4.5.6, run:

    docker pull registry.uipath.com/aicenter/cv2304:23.4.5.6
    docker pull registry.uipath.com/aicenter/cv2304:23.4.5.6
    
  2. イメージ ホストの名前を Docker レジストリの名前に従って変更します。

    docker tag <uipath_registry_server>/<image_name> <your_registry_server>/<image_name>
    docker tag <uipath_registry_server>/<image_name> <your_registry_server>/<image_name>
    

    Example: If your registry name is registory.mycompany.com, run:

    docker tag registry.uipath.com/aicenter/cv2304:23.4.5.6 registory.mycompany.com/aicenter/cv2304:23.4.5.6
    docker tag registry.uipath.com/aicenter/cv2304:23.4.5.6 registory.mycompany.com/aicenter/cv2304:23.4.5.6
    
  3. イメージを外部 Docker レジストリにプッシュします。

    docker push <your_registry_server>/<image_name>
    docker push <your_registry_server>/<image_name>
    

    :

    docker push registory.mycompany.com/aicenter/cv2304:23.4.5.6
    docker push registory.mycompany.com/aicenter/cv2304:23.4.5.6
    

Computer Vision モデルでは、以下のイメージを使用できます。

  • aicenter/python36cv:v21.10.0-2
  • aicenter/python36cvv3:23.4.0-rc19
  • aicenter/cv2304:23.4.5.6

Document Understanding イメージを外部 Docker レジストリにアップロードする

注:

これらの手順は、Document Understanding を使用する場合にのみ必要です。これらの手順は、製品を使用する前の任意の時点で実行できます。

To upload the optional Document Understanding images to your external Docker registry, take the steps in the Document Understanding documentation.

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得