# mvn docker:build
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for jp.gr.java_conf.uzresk:sbex:jar:0.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 14, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building SpringBootExamples 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- docker-maven-plugin:0.4.10:build (default-cli) @ sbex ---
[INFO] Copying /root/springboot-example/target/sbex-0.0.1-SNAPSHOT.jar -> /root/springboot-example/target/docker/sbex-0.0.1-SNAPSHOT.jar
[INFO] Building image uzresk/spring-boot-examples:v1.0
Step 1 : FROM uzresk/docker-oracle-jdk:latest
Trying to pull repository docker.io/uzresk/docker-oracle-jdk ...
Pulling from uzresk/docker-oracle-jdk
607c08bc7c1f: Pull complete
99a2522ba072: Pull complete
a09b2c0a1654: Pull complete
Digest: sha256:60db98e3647576f4ea9d44921f68bfa83259a05b267e7879282dbfd10d2438e6
Status: Downloaded newer image for docker.io/uzresk/docker-oracle-jdk:latest
ProgressMessage{id=null, status=null, stream=null, error=null, progress=null, progressDetail=null}
---> a09b2c0a1654
Step 2 : ADD /sbex-0.0.1-SNAPSHOT.jar //
---> 87bd34407671
Removing intermediate container 5a837bd2a6f7
Step 3 : ENTRYPOINT java -jar /sbex-0.0.1-SNAPSHOT.jar
---> Running in 3a95e065a972
---> 29b7d351ba72
Removing intermediate container 3a95e065a972
Successfully built 29b7d351ba72
[INFO] Built uzresk/spring-boot-examples:v1.0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:13 min
[INFO] Finished at: 2016-06-02T01:05:59+00:00
[INFO] Final Memory: 13M/36M
[INFO] ------------------------------------------------------------------------