add image build/push instructions

This commit is contained in:
Christian Tzolov
2020-09-22 11:59:14 +02:00
committed by David Turanski
parent f780008758
commit 8b34c59af8

View File

@@ -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:<tag-version> .
```
publish the image to DockerHub:
```
docker push springcloud/baseimage:<tag-version>
```
#### 2. Check the bundled JDK version
You can check the Java version bundled with a particular image tag, like this: