Re: binary source in a Custom type build

2016-05-09 Thread Luke Meyer
Works perfectly, thanks. If anyone is curious, https://github.com/openshift/origin-apiman/blob/ee1da0249ed095cde0727e6c461cc913f8fdeb73/apiman-builder/build.sh#L20 On Thu, May 5, 2016 at 4:37 PM, Ben Parees wrote: > i believe the content is being streamed into your stdin.

Re: binary source in a Custom type build

2016-05-05 Thread Ben Parees
i believe the content is being streamed into your stdin. so your custom image would need to read stdin as a tar stream. On Thu, May 5, 2016 at 4:31 PM, Luke Meyer wrote: > How in a custom builder do you retrieve binary build content (from e.g. > the --from-dir flag)? >