Follow the instructions in openshift templates repository:
https://github.com/3scale/openshift-templates/tree/master/system
cd 3scale
git clone [email protected]:3scale/openshift-templates.git
cd openshift-templates/system
cat README.md
-
Build the image
make build NAME=amp VERSION=system-er2-pre1
-
Test the image
make test NAME=amp VERSION=system-er2-pre1
-
Tag the image
make tag NAME=amp VERSION=system-er2-pre1
-
Push the image
make push NAME=amp VERSION=system-er2-pre1