buildahcker
    Preparing search index...

    Interface PrepareApkPackagesAndRunOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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