diff --git a/README.md b/README.md index 67dea9f0..e79c99a8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Code2cloud extension implementation for ballerina. **Refer [samples](examples) for more info.** +**The base image required for the module is published to [Dockerhub](https://hub.docker.com/r/ballerina/jvm-runtime)** + ## How to build 1. Download and install JDK 17 diff --git a/ballerina/Module.md b/ballerina/Module.md index 2e5a5555..3bf3a0c8 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -14,6 +14,8 @@ Supports following artifact generation: - Docker image - Dockerfile +**The base image required for the module is published to [Dockerhub](https://hub.docker.com/r/ballerina/jvm-runtime)** + ## Docker artifact generation Build the Ballerina Program with `--cloud=docker` option to generate Docker artifacts (Dockerfile and Docker image).