Conversation
Signed-off-by: wrongerror <[email protected]>
|
|
||
| WasmEdgeWorkloadRuntimeName = "wasmedge" | ||
| WasmEdgeRuntimeClassName = "openfunction-crun" | ||
| WasmEdgeBuildStrategyName = "wasmedge" |
There was a problem hiding this comment.
No need to add the wasmedge buildStrategy file?
There was a problem hiding this comment.
It can also be processed by passing parameters to buildah strategy. but our fn.Spec.Build.Params donot support array values. need another pr.
status:
completionTime: "2023-02-15T10:14:59Z"
conditions:
- lastTransitionTime: "2023-02-15T10:14:59Z"
message: 'the Build is not registered correctly, build: builder-j7x66-build-5p5f8,
registered status: False, reason: WrongParameterValueType'
reason: BuildRegistrationFailed
status: "False"
type: Succeeded
There was a problem hiding this comment.
It can also be processed by passing parameters to
buildahstrategy. but ourfn.Spec.Build.Paramsdonot support array values. need another pr.
Another PR to do what?
Can we simply change the wasmEdgeBuildStrategyName to buildah?
There was a problem hiding this comment.
build wasmedge program need this parameter:
parameters:
- defaults:
- annotation=module.wasm.image/variant=compat-smart
description: The values for the args in the Dockerfile. Values must be in the
format KEY=VALUE.
name: build-args
type: array
|
BTW, the wasmedge integration with runwasi was merged, just want to check is there a plan to support it here or do it in the future? |
Let's discuss this in tomorrow's community meeting |
No description provided.