How to build a custom lithops runtime for knative? #892
-
Hi, Can someone please explain what should be the contents of the lithops/ directory and the lithops-knative.zip file when building a custom runtime using the skeleton Dockerfile for knative?
|
Beta Was this translation helpful? Give feedback.
Answered by
JosepSampe
Mar 8, 2022
Replies: 1 comment 1 reply
-
For building a custom runtime you must follow the instructions located in the runtime/ folder. The .zip file is automatically created when you excute the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
faraz-ahmd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For building a custom runtime you must follow the instructions located in the runtime/ folder.
The .zip file is automatically created when you excute the
lithops runtime vuild ...
command