export type ImageMetadata = { workdir: string; user: string; entrypoint: Array | null; cmd: Array | null; };