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

4 lines (3 loc) 279 B
import type { ExecOptions } from "./exec"; export declare const buildahInspect: (object: string, type?: "container" | "image" | "manifest", options?: ExecOptions) => Promise<any>; export declare const getFullImageID: (imageRef: string, options?: ExecOptions) => Promise<string>;