RegistryContainer: {
    id?: string;
    imageProps?: RepositoryImageProps;
    type: "registry";
}

Type declaration

  • Optionalid?: string
  • OptionalimageProps?: RepositoryImageProps
  • type: "registry"