ValidateContainerSettingsRequest interface
コンテナー設定の検証要求コンテキスト
プロパティ
base |
コンテナー レジストリのベース URL |
password | コンテナー レジストリにアクセスするためのパスワード |
platform | プラットフォーム (Windows または Linux) |
repository | リポジトリ名 (イメージ名) |
tag | イメージ タグ |
username | コンテナー レジストリにアクセスするためのユーザー名 |
プロパティの詳細
baseUrl
コンテナー レジストリのベース URL
baseUrl?: string
プロパティ値
string
password
コンテナー レジストリにアクセスするためのパスワード
password?: string
プロパティ値
string
platform
プラットフォーム (Windows または Linux)
platform?: string
プロパティ値
string
repository
リポジトリ名 (イメージ名)
repository?: string
プロパティ値
string
tag
イメージ タグ
tag?: string
プロパティ値
string
username
コンテナー レジストリにアクセスするためのユーザー名
username?: string
プロパティ値
string