This sounds really cool! I spent a minute looking at our current container code. We have a golang wrapper that bootstraps our Java SDK harness, which isn't compatible with Jib's current feature set (you can't add custom files or override the ENTRYPOINT). It might be quite a bit of work to move.
Andrew On Mon, Jul 9, 2018 at 11:21 AM Eugene Kirpichov <kirpic...@google.com> wrote: > Hi, > > Apparently a new tool has come out that lets you build Java containers > cheaply, without even having Docker installed: > https://cloudplatform.googleblog.com/2018/07/introducing-jib-build-java-docker-images-better.html > > > Anyone interested in giving it a shot, to have faster turnaround when > making changes to the Java SDK harness? >