Built a maven plugin to mimic Google's open source maven jib plugin in-order to create an efficient Docker image out of a maven based Java project. Learned
Built a maven plugin to mimic Google's open source maven jib plugin in-order to create an efficient Docker image out of a maven based Java project. Learned how to build a maven plugin and use it, dividing Docker image into layers for layer caching.