diff --git a/README.md b/README.md new file mode 100644 index 0000000..d59f46f --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# jib-example + +This project illustrates the maven-jib plugin for a spring-boot-stater project. +Just build it with the command `mvn compile jib:build` + +If you want to build your own docker image, just navigate to the pom.xml and edit the element with your registry. + +HF