Created attachment 861396 [details] my manifest Description of problem: When I try to create an app from custom cartridge manifest, I get the following error: The cartridge manifest at 'https://github.com/ofayans/openshift-custom-php/blob/master/metadata/manifest.yml' could not be downloaded: The cartridge manifest at 'https://github.com/ofayans/openshift-custom-php/blob/master/metadata/manifest.yml' must be smaller than 20480 bytes The manifest's size is, however, only some 3 kilobytes Version-Release number of selected component (if applicable): ami-75043e1c How reproducible: always Steps to Reproduce: 1. execute the following rest request: curl -k -s -H "Content-Type: application/json" -u $ofayans1:redhat https://$OPENSHIFT_BROKER/broker/rest/domains/somedomain/applications -X POST -d '{"name":"app1","cartridges":{"url":"https://github.com/ofayans/openshift-custom-php/blob/master/metadata/manifest.yml"}}' | json_reformat Actual results: Error is returned Expected results: Should pass Additional info:
You need to use the raw form of the url. Example: https://raw.github.com/ofayans/openshift-custom-php/master/metadata/manifest.yml On the page: https://github.com/ofayans/openshift-custom-php/blob/master/metadata/manifest.yml there is a button above and to the right of the content that saws RAW to link you to the contents of just the file.