summaryrefslogtreecommitdiff
path: root/hack/push-release.sh
AgeCommit message (Collapse)Author
2017-06-22releases: enable build/push with multiple tagsLuke Meyer
2017-06-02Rename container image to origin-ansible / ose-ansiblePep TurrĂ³ Mauri
As discussed in #4279 the container image is being renamed to openshift/origin-ansible (upstream) and openshift3/ose-ansible (downstream) for the "oc cluster up" use case, and more generally to make it fit the imageConfig.format configuration option. This updates references to the image name accordingly. Also updating references to playbook2image to account for recent moves of the repo/image.
2017-03-07Adding scripts for building and pushing imagesBrenton Leanhardt
These scripts follow the same pattern as the origin and origin-metrics repo. From there the Jenkins job will be very simple.