Interface PrepareApkPackagesAndRunOptions

interface PrepareApkPackagesAndRunOptions {
    apkCache?: string;
    apkPackages: string[];
    baseImage?: string;
    buildahRunOptions: string[];
    command: string[];
    commitOptions?: CommitOptions;
    containerCache?: ContainerCache;
    existingSource?: ImageOrContainer;
    logger?: Writable;
}

Hierarchy (view full)

Properties

apkCache?: string
apkPackages: string[]
baseImage?: string
buildahRunOptions: string[]
command: string[]
commitOptions?: CommitOptions
containerCache?: ContainerCache
existingSource?: ImageOrContainer
logger?: Writable

Generated using TypeDoc