Dwight

Results 7 comments of Dwight

any reason why this hasn't been merged?

Oh ok ok... my misunderstanding. It's very clear from the code, but the structure of having each generator on the same level as the actual codegen modules threw me. So...

Yeah i don't think it would be too much of a challenge to have submodules building submodules.. i'm sure you remember a certain framework we both worked on building all...

Ok, i'll leave that for a separate enhancement issue, and i'll update this one to be specific for the submodule reorganization.

I'm using [jib](https://github.com/GoogleContainerTools/jib) for this purpose for all my internal services and examples.. would recommend it

Yeah I've been using something similar to this: ```xml com.google.cloud.tools jib-maven-plugin 1.0.1 openjdk:8-jre-alpine registry.hub.docker.com/org/image osxkeychain ${project.version} latest -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -Dlight-4j-config-dir=/config -Dlogback.configurationFile=/config/logback.xml ``` Then there's no need to have a...

@243826 yeah please feel free to work on this! There's a few items that might need to be thought through, like the default credHelper, image location, and how this would...