ValidateContainerSettingsRequest interface
Container settings validation request context
Properties
base |
Base URL of the container registry |
password | Password for to access the container registry |
platform | Platform (windows or linux) |
repository | Repository name (image name) |
tag | Image tag |
username | Username for to access the container registry |
Property Details
baseUrl
Base URL of the container registry
baseUrl?: string
Property Value
string
password
Password for to access the container registry
password?: string
Property Value
string
platform
Platform (windows or linux)
platform?: string
Property Value
string
repository
Repository name (image name)
repository?: string
Property Value
string
tag
Image tag
tag?: string
Property Value
string
username
Username for to access the container registry
username?: string
Property Value
string