Skip to content

Commit

Permalink
Add guide for create image with ballerinax modules
Browse files Browse the repository at this point in the history
  • Loading branch information
prakanth97 committed Aug 7, 2024
1 parent 9f74849 commit 6e0ad1b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<BALLERINA_DISTRIBUTION_FILE> -t ballerina/ballerina-runtime:<version> -f DockerfileWindows .```

### For image with ballerinax dependencies

Execute the following command(s)
```cd docker```
```docker build --no-cache=true --build-arg BALLERINA_VERSION=<version> -f DockerfilePacked -t ballerina/ballerina-extension:<version> .```

0 comments on commit 6e0ad1b

Please sign in to comment.