FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/openjdk-17:1.20

ENV RUNTIME_TYPE springboot

COPY target/process-monitoring-springboot.jar $KOGITO_HOME/bin/
