#!/usr/bin/env bash
cat <<EOF
This is the quay.io/kiegroup/kogito-runtime-native S2I image:
To use it, install S2I: https://github.com/openshift/source-to-image

Sample invocation:

s2i build <binary path/URL> -e RUNTIME_TYPE=<quarkus|springboot> quay.io/kiegroup/kogito-runtime-native <application image>

Where the binary path/URL is the built artifact that you want to copy to your image.

You can then run the resulting image via:
docker run <application image>
EOF
