usage 376 Bytes
#!/bin/sh

cat <<EOF
This is a STI springboot maven3 centos base image:
To use it, install STI: https://github.com/openshift/source-to-image

Sample invocation:

sti build git://github.com/codecentric/springboot-sample-app codecentric/springboot-maven3-centos springboot-sample-app


You can then run the resulting image via:
docker run -p 8080:8080 springboot-sample-app
EOF