export type ImageDescriptor = { digest: string; registry: string; repository: string; tag: string; };