From 8b34c59af845b06a801fbb3a2084710d8938063a 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 | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 409dfde..ee2e416 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ -# Base Image +# springcloud/baseimage -A base image used for building images of executable components: - * Spring Cloud Data Flow - * Spring Cloud Skipper - * Stream Applications - * Task Applications +Base Docker image for Spring Cloud Data Flow, Spring Cloud Skipper, Stream Applications and Tasks. -Includes Java 11+, and some common utilities +#### 1. Build the image -#### Retrieve the JDK version +``` +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: