Skip to content

Commit 5693058

Browse files
Script to build docker images locally (#135)
* Script to build docker images locally * add license header * Refactor tutorial Refactoring structure of the tutorial for ease of readability * fix whitespace issues in checkstyle * make readme readable * fix build Co-authored-by: Meenakshi Madugula <[email protected]>
1 parent 2de7220 commit 5693058

File tree

3 files changed

+273
-117
lines changed

3 files changed

+273
-117
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,17 @@ def main(args):
6262

6363
To learn more about using Python actions to build serverless applications, check out the main project documentation [here](https://github.com/apache/openwhisk/blob/master/docs/actions-python.md).
6464

65-
## Build Runtimes
65+
## Build Python Runtime
6666

6767
There are two options to build the Python runtime:
6868

69-
- Building locally: [tutorial](tutorials/local_build.md)
70-
- Using OpenWhisk Actions.
69+
- Build using Docker
70+
- Build using Gradle
7171

72-
### Building Python Runtime using OpenWhisk Actions
72+
### Build Python Runtime using Docker
73+
The runtimes can be built using Docker locally. Please follow the detailed [tutorial](tutorials/local_build.md) to build and test the runtime locally.
74+
75+
### Building Python Runtime using Gradle
7376

7477
Pre-requisites
7578

0 commit comments

Comments
 (0)