13.3.10. Source-Url

The Source-Url element is the location from which OpenShift Enterprise downloads cartridge files during application creation.

Table 13.1. Supported Source Schemes

Scheme Method Expected Inputs
git clone git repo
https GET zip, tar, tag.gz, tgz
http GET zip, tar, tag.gz, tgz
file file copy cartridge directory tree

Example 13.9. Source-Url Entry

Source-Url: https://github.com/example/killer-cartridge.git
Source-Url: git://github.com/chrisk/fakeweb.git
Source-Url: https:://www.example.com/killer-cartridge.zip
Source-Url: https://github.com/example/killer-cartridge/archive/master.zip