export interface IImageSource {
    registry_type: string;
    registry: string;
    repository: string;
    tag: string;
}
