Erkan Yanar
Erkan Yanar
Thx!
Any updates on this? The Security Profiles Operator uses hooks also i.e.
So is it closed because it is supported?
Sorry for being so bad. The basic problem is imho WIT. ~~~ wasmtime serve target/wasm32-wasi/debug/hello_wasi_http.wasm ~~~ is to prove the gitexample is working. When I use docker it is similar...
Hi @hone, thx for checking. You looked up the image erkules/wasm-http:imcontainer This is a ordinary working docker container ~~~ "Cmd": [ "serve", "/http.wasm" .. "Entrypoint": [ "/usr/bin/wasmtime" "Architecture": "amd64", ~~~...
@matsbror haven't solved it. I don't think it is an docker issue. At least Ive got problems with ctr and containerd also. ~~~ ctr run --rm --runtime=io.containerd.wasmtime.v1 docker.io/erkules/wasm-http:v1 a ~~~...
https://github.com/erkules/container-bauen it is in German. Feel free to (let it) translate. The concept of (Linux)Namespaces is crucial for Linux-Containers in generelll.
``` $ docker image inspect crossplane/provider-azure:master ... "Entrypoint": [ "crossplane-gcp-provider" ... ``` It should be crossplane-azure-provider 🤷♂️
FYI from the Doku: ~~~ az ad sp create-for-rbac \ --sdk-auth \ --role Owner \ --scopes /subscriptions/.. ~~~ `--ask-auth` is deprecated. If you omit that option the resulting file misses...
thx @Mossaka and @matsbror