export interface IContainerRegistry {
    name: string;
}
