GerritCodeReview / k8s-gerrit

Kubernetes support for Gerrit Code Review
Other
27 stars 23 forks source link

Change dockerfiles to use multistage #6

Open Venthe opened 3 years ago

Venthe commented 3 years ago

Suggestion: Currently process employs multi dockerfile approach, which requires orchestration via shell scripts. I'd suggest going with multistage build, which would contain all logic necessary to build application in all steps and all containers

I have PoC here, not verified exhaustly

thomasdraebing commented 3 years ago

Hi @Venthe,

that sounds like a good idea. Feel free to push a change to the project in Gerrit. Then I can review and verify it.

Thanks, Thomas