imageset-generator

OpenShift ImageSetConfiguration Generator

This tool generates ImageSetConfiguration files for OpenShift disconnected installations using the oc-mirror tool. It takes OCP versions and operator suggestions as input and creates a YAML configuration that can be used to mirror container images and operators for air-gapped environments.

Quick Start

1 Build the application container Image with Podman and run the application

  ./start-podman.sh

Script should output web location Command Output

2 Open Application WebPage

Clean and Update Data

The data used is downloaded and stored in the ./data directory

To update run, the application in dev mode, delete the unnecessary info and open the webpage and update

rm -rf ./data/*. or rm -rf ./data/<the file you want updated>
./start-dev.sh