ImportSource interface
プロパティ
| credentials | レジストリ URI からインポートするときに使用される資格情報。 |
| registry |
ソース レジストリのアドレス (例: "mcr.microsoft.com")。 |
| resource |
ソース Azure Container Registry のリソース識別子。 |
| source |
ソース イメージのリポジトリ名。 リポジトリ ('hello-world') でイメージを指定します。 これにより、'latest' タグが使用されます。 タグ ('hello-world:latest') で画像を指定します。 sha256 ベースのマニフェスト ダイジェスト ('hello-world@sha256:abc123') でイメージを指定します。 |
プロパティの詳細
credentials
レジストリ URI からインポートするときに使用される資格情報。
credentials?: ImportSourceCredentials
プロパティ値
registryUri
ソース レジストリのアドレス (例: "mcr.microsoft.com")。
registryUri?: string
プロパティ値
string
resourceId
ソース Azure Container Registry のリソース識別子。
resourceId?: string
プロパティ値
string
sourceImage
ソース イメージのリポジトリ名。 リポジトリ ('hello-world') でイメージを指定します。 これにより、'latest' タグが使用されます。 タグ ('hello-world:latest') で画像を指定します。 sha256 ベースのマニフェスト ダイジェスト ('hello-world@sha256:abc123') でイメージを指定します。
sourceImage: string
プロパティ値
string