Install: Grab prebuilt binaries from the Releases page
imgpkg (pronounced: image package) allows to store sets of files (e.g. application configuration) as images in Docker (OCI) registries. This may be a good alternative to storing files in other places as Docker registry already keeps your other images. Original primary use case for this CLI was to store application configuration (i.e. templates) as an image.
Features:
Allows to push image containing set of files
Allows to pull image and extract set of files
Allows to list pushed image tags
Uses Docker layer media type to work with existing registries
Uses deterministic file permissions and timestamps to make images reproducable (same digest if nothing changed)