buildahcker
    Preparing search index...

    Interface MksquashfsOptions

    interface MksquashfsOptions {
        apkCache?: string;
        containerCache?: ContainerCache;
        inputFolder: string;
        logger?: Writable;
        outputFile: string;
        squashfsToolsSource?: ImageOrContainer;
        timestamp?: string | number;
        veritySetup?: Omit<VeritySetupOptions, "file">;
    }
    Index

    Properties

    apkCache?: string
    containerCache?: ContainerCache
    inputFolder: string
    logger?: Writable
    outputFile: string
    squashfsToolsSource?: ImageOrContainer
    timestamp?: string | number
    veritySetup?: Omit<VeritySetupOptions, "file">