CustomContainer interface
Custom container payload
Properties
args | Arguments to the entrypoint. The docker image's CMD is used if this is not provided. |
command | Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. |
container |
Container image of the custom container. This should be in the form of : without the server name of the registry |
image |
Credential of the image registry |
language |
Language framework of the container image uploaded. Supported values: "springboot", "", null. |
server | The name of the registry that contains the container image |
Property Details
args
Arguments to the entrypoint. The docker image's CMD is used if this is not provided.
args?: string[]
Property Value
string[]
command
Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.
command?: string[]
Property Value
string[]
containerImage
Container image of the custom container. This should be in the form of : without the server name of the registry
containerImage?: string
Property Value
string
imageRegistryCredential
Credential of the image registry
imageRegistryCredential?: ImageRegistryCredential
Property Value
languageFramework
Language framework of the container image uploaded. Supported values: "springboot", "", null.
languageFramework?: string
Property Value
string
server
The name of the registry that contains the container image
server?: string
Property Value
string