We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfe1b0 commit 2670995Copy full SHA for 2670995
builders/java/README.md
@@ -1,5 +1,12 @@
1
## Build builder of java
2
3
+
4
+Required soft on your linux
5
+```shell
6
+bazel4
7
+python3
8
+```
9
10
Use the follow command to build a java builder.
11
12
```shell
@@ -23,4 +30,4 @@ Parameters
23
30
- `build-image` - The image used to build builder.
24
31
- `run-image` - The image used to run the function.
25
32
- `out-image` - The name of generated builder image.
26
-- `push-image` - If specified, it will push the image to the registry.
33
+- `push-image` - If specified, it will push the image to the registry.
0 commit comments