Radu Matei

Results 264 comments of Radu Matei

Initial tackling on this in https://github.com/radu-matei/azure-functions-golang-worker/commit/ea72f74dea453d035b02af619189dc8ea4c1f859

That is great! I'll open an issue in the Brigade repo to track this. As to migrating to a more official org, we started migrating various things to https://github.com/brigadecore, with...

In the meantime, I've also been working on distributing WebAssembly modules with OCI registries - https://github.com/engineerd/wasm-to-oci (There's also support for integrity checks with TUF in a pull request). I'd be...

Ok, so in this case: - there will be a pod in the Kubernetes cluster that will create and push the image - based on that image, the local `mp-compiler`...

Well, it shouldn't really be like this, you shouldn't have separate images based on the runtime (?) - the resulting Docker image is large regardless of the runtime. (And if...

Initial tackle of this in 16f7a303efe76edc2ef3f8e61a8eefae81518f84 Resulting Docker image now 46 MB, still to go on improvements :)

For future reference, here's a working pod spec for running `kind` in a pod: (Add your own image) (cc @BenTheElder - is this a sane pod spec for `kind`?) That...

I agree that the media type should be configurable -- do you have any suggestions for a better default? Thanks!

Yes, currently Docker Hub actively rejects media types outside of a clearly defined list - I also updated the readme to clearly state that pushing to Docker Hub is indeed...

Here is a PR to add a code owners file to the repo - https://github.com/deislabs/krustlet/pull/643 It is using the CODEOWNERS format, as defined by GitHub - https://help.github.com/en/articles/about-code-owners, let us know...