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) 218 B
export interface ApkAddOptions { apkCache?: string; } export declare const apkAdd: (packages: string[], { apkCache }?: ApkAddOptions) => import("..").AtomicStep; export declare const defaultApkCache: () => string;