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
11 lines (10 loc) • 349 B
TypeScript
export * from "./alpine";
export * from "./archlinux";
export * from "./container";
export * from "./containerCache";
export * from "./exec";
export * from "./fileInImage";
export { prepareOutputFile, readOrCreateFile, readOrCreateStringFile, } from "./fileUtils";
export * from "./imageBuilder";
export * from "./inspect";
export * from "./steps";