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

5 lines (4 loc) 285 B
import type { Writable } from "stream"; import type { AtomicStep } from "../container"; export declare const pacmanManuallyRemove: (packages: string[], logger?: Writable) => AtomicStep; export declare const pacmanRemovePacman: (packages?: string[], logger?: Writable) => AtomicStep[];