From 6e0ad1bd564d1ceb18457de0dc1b2acc266566fa Mon Sep 17 00:00:00 2001 From: prakanth <50439067+prakanth97@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:12:23 +0530 Subject: [PATCH] Add guide for create image with ballerinax modules --- base/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base/README.md b/base/README.md index 9f01f938..d8800bde 100644 --- a/base/README.md +++ b/base/README.md @@ -24,3 +24,9 @@ Copy the ballerina distribution deb installer to `devcontainer/` folder and exec Copy the ballerina distribution zip file to `docker/` folder and execute the following command(s) ```cd docker``` ```docker build --no-cache=true --build-arg BALLERINA_DIST= -t ballerina/ballerina-runtime: -f DockerfileWindows .``` + +### For image with ballerinax dependencies + +Execute the following command(s) +```cd docker``` +```docker build --no-cache=true --build-arg BALLERINA_VERSION= -f DockerfilePacked -t ballerina/ballerina-extension: .```