README.md
April 5, 2019 ยท View on GitHub
spark-operator-image-tool
Purpose of this tool is to verify if given container image is compatible with spark-operator.
Installation
pip3 install soit --user
Quick Start
soit --image quay.io/jkremser/openshift-spark --tag 2.4.0
Demo
Local Development
Install the modules:
pip3 install -r requirements.txt --user
Run the app:
python3 soit/main.py
Other
This tool is based on a library for interactive testing of container images called conu.
