Type alias DockerSource

DockerSource: DockerBaseMetadata & {
    image: string;
    image_registry_secret: string;
}

Type declaration

  • image: string
  • image_registry_secret: string