From 9c1ac3f9bdd49cf2118a593ad8219bddcbe09b7a Mon Sep 17 00:00:00 2001 From: anuruddhal Date: Thu, 29 Aug 2024 10:52:18 +0530 Subject: [PATCH] Add base image info to documentation --- README.md | 2 ++ ballerina/Module.md | 2 ++ 2 files changed, 4 insertions(+) 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).