diff --git a/README.md b/README.md index 0a2e7bf..bc5b9e1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,20 @@ -# openjdk-docker +# springcloud/baseimage -OpenJDK Docker image +Base Docker image for Spring Cloud Data Flow, Spring Cloud Skipper, Stream Applications and Tasks. -#### Retrieve the JDK version +#### 1. Build the image + +``` +docker build -t springcloud/baseimage: . +``` + +publish the image to DockerHub: +``` +docker push springcloud/baseimage: +``` + + +#### 2. Check the bundled JDK version You can check the Java version bundled with a particular image tag, like this: