summaryrefslogtreecommitdiffstats
path: root/hack
Commit message (Collapse)AuthorAgeFilesLines
* releases: enable build/push with multiple tagsLuke Meyer2017-06-222-41/+35
|
* Rename container image to origin-ansible / ose-ansiblePep TurrĂ³ Mauri2017-06-022-3/+3
| | | | | | | | | | | | 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.
* Fix container image build referencesPep TurrĂ³ Mauri2017-05-121-1/+1
| | | | | | | | | Updating some files to account for recent changes: - Commit fbadeb4 moved the location of the Dockerfiles - playbook2image is now available from the openshift org - downstream image is building with boto 2.34 Adjusting image build scripts and documentation to match these changes.
* Contrib: Hook to verify modules match assembled fragmentsTim Bielawa2017-04-283-0/+111
|
* Adding scripts for building and pushing imagesBrenton Leanhardt2017-03-072-0/+142
These scripts follow the same pattern as the origin and origin-metrics repo. From there the Jenkins job will be very simple.