From 87a485f4859bc5eb3e7106a22d3d2e22ea3b1bd1 Mon Sep 17 00:00:00 2001 From: Eberhard Mayer <8035228+eberhardmayer@users.noreply.github.com> Date: Fri, 25 Jun 2021 12:25:32 +0200 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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