-
Notifications
You must be signed in to change notification settings - Fork 46
ERROR: illegal image file #324
Comments
Was able to work around the issue by manually applying the fix from: cloudfoundry/bosh-aws-cpi-release@d99ce44 to |
Is this a bosh-bootstrap bug or bosh_cli_plugin_micro bug? And is it caused by a regression in new stemcell? On Mon, Nov 23, 2015 at 2:44 AM, Ruben Koster [email protected]
|
It is a bosh_cli_plugin_micro bug. Also encountered it when using a different stemcell. Will check to see when it was introduced. |
@cppforlife could the above be an |
not micro cli specific. im guessing this is os specific. error comes from here: https://github.com/cloudfoundry-incubator/bosh-aws-cpi-release/blob/master/src/bosh_aws_cpi/scripts/stemcell-copy.sh. its probably related to grep regex inconsistencies on os-es. Sent from my iPhone
|
@cppforlife The last commit in that file fixes something related the the regex. In which version of the bosh_aws_cpi gem will this fix be included? |
Worked around it by using the upstream stemcell-copy script which is loaded from the PATH by the cpi by default. |
This workaround needs to be included in bosh_bootstrap unless a new versions of the bosh_aws_cpi gem will be published. @cppforlife @drnic |
ERROR: illegal image file
When usingbosh_cli_plugin_micro
version3143
.Output below:
The text was updated successfully, but these errors were encountered: