We use tito to make building and tracking revisions easy.
For more information on tito, please see the Tito home page.
cd openshift-ansible
tito build --test --rpm
tito tag
tito build --rpm
To build a container image of openshift-ansible
using standalone Docker:
cd openshift-ansible
docker build -t openshift/openshift-ansible .
Alternatively this can be built using on OpenShift using a build and image stream with this command:
oc new-build docker.io/aweiteka/playbook2image~https://github.com/openshift/openshift-ansible
The progress of the build can be monitored with:
oc logs -f bc/openshift-ansible
Once built, the image will be visible in the Image Stream created by the same command:
oc describe imagestream openshift-ansible