UNPKG

buildahcker

Version:

Buildahcker is a node.js library to create and run commands in OCI (Open Container Initiative) container images (or docker images), based on Buildah and a hash-based cache. It also contains utilities to easily create a partitioned bootable disk image of a

6 lines (5 loc) 248 B
export interface PacmanInstallOptions { pacmanCache?: string; } export declare const pacmanInstall: (packages: string[], { pacmanCache }?: PacmanInstallOptions) => import("..").AtomicStep; export declare const defaultPacmanCache: () => string;