summaryrefslogtreecommitdiffstats
path: root/hack/push-release.sh
Commit message (Collapse)AuthorAgeFilesLines
* releases: enable build/push with multiple tagsLuke Meyer2017-06-221-35/+21
|
* Rename container image to origin-ansible / ose-ansiblePep TurrĂ³ Mauri2017-06-021-1/+1
| | | | | | | | | | | | 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.
* Adding scripts for building and pushing imagesBrenton Leanhardt2017-03-071-0/+55
These scripts follow the same pattern as the origin and origin-metrics repo. From there the Jenkins job will be very simple.