Package version:

Interface CustomContainer

Custom container payload

Hierarchy

  • CustomContainer

Properties

args?: string[]

Arguments to the entrypoint. The docker image's CMD is used if this is not provided.

command?: string[]

Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided.

containerImage?: string

Container image of the custom container. This should be in the form of : without the server name of the registry

imageRegistryCredential?: ImageRegistryCredential

Credential of the image registry

languageFramework?: string

Language framework of the container image uploaded

server?: string

The name of the registry that contains the container image

Generated using TypeDoc