dpeckett / airgapify

A little tool that will construct an OCI image archive from a set of Kubernetes manifests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

airgapify

A little tool that will construct an OCI image archive from a set of Kubernetes manifests.

Usage

To create an OCI image archive from a directory containing Kubernetes manifests:

airgapify -f manifests/ -o images.tar.zst

You can then load the image archive into Docker:

docker load -i images.tar.zst

Configuration

Airgapify will look in the manifests for a Config YAML resource. An example is provided in examples/config.yaml.

The config resource allows you to specify additional images to include in the archive, and allows configuring image reference extraction for custom resources.

About

A little tool that will construct an OCI image archive from a set of Kubernetes manifests.

License:Apache License 2.0


Languages

Language:Go 91.3%Language:Earthly 8.7%