Date
1 - 4 of 4
Docker + Buildpacks
Leandro David Cacciagioni
Guys is there any way to "execute" a the "buildpack logic" inside a docker
container just like the what CF does in stage (building) and run. Any help or hint would be great. Thanks, Leandro.- |
|
Stephen Levine
I built a cf CLI plugin to do just that: https://github.com/sclevine/cflocal
Worth noting, we publish the rootfs as a Docker container here: https://hub.docker.com/r/cloudfoundry/cflinuxfs2/ Best, Stephen Levine Core CF Buildpacks PM On Fri, Feb 10, 2017 at 8:19 AM, Leandro David Cacciagioni < leandro.21.2008(a)gmail.com> wrote: Guys is there any way to "execute" a the "buildpack logic" inside a docker |
|
sabith ks
Thanks Stephen for the pointer.
This is something that I wanted to work on and started implementing, (But had little time to get it going ) Golang project: https://github.com/sks/dpush Buildpack docker images repo: https://github.com/sks/buildpack_docker --Thanks Sabith On Fri, Feb 10, 2017 at 5:49 AM Stephen Levine <slevine(a)pivotal.io> wrote: I built a cf CLI plugin to do just that:Thanks Sabith 408.896.6261 Mail send from portable device, excuse for any typos |
|
Leandro David Cacciagioni
Thanks guys very appreciated!!!
toggle quoted message
Show quoted text
2017-02-10 15:43 GMT+01:00 sabith ks <sabithksme(a)gmail.com>: Thanks Stephen for the pointer. |
|