From 060384d96f8a13deece07a875983d2c55b3c38e0 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 22 Sep 2020 11:59:14 +0200 Subject: [PATCH] add image build/push instructions --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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: