Rui Lopes

Results 311 comments of Rui Lopes

@vdice please do not yet merge this until https://github.com/project-zot/zot/issues/2210 is addressed. I'm starting to think that we should have a way to set the image manifest annotations (what the current...

@vdice sorry for the radio silence, but I'm afraid I was not yet able to dedicate quality time to understand the OCI image-spec in more details to be able to...

@endocrimes do you known if that is aligned with the oci image-spec? I still didn't get a chance to spend quality time reading the specs, hopefully I can do it...

I can! Just so we are on the same page, this means that I will modify the following code, OK? https://github.com/project-zot/zot/blob/v2.0.0/pkg/api/controller.go#L145-L168

@rchincha the PR is at https://github.com/project-zot/zot/pull/2186. please be aware that I've updated the go.mod too, which I'm unsure if should be included in the PR. please advice in the PR...

In the meantime, I was able to successfully run it with `crictl` as described at https://github.com/rgl/spin-http-ts-example?tab=readme-ov-file#containerd-crictl-usage. Though, I still cannot get it to run with `ctr`. I'm now trying to...

> What CNI are you using for ctr? Is it possible you have an IP conflict for the spin app? PS: i'm playing with this at the https://github.com/rgl/containerd-playground-vagrant/tree/wasm branch. the...

there nothing listening at that port. nor there is any container running. please note that I'm running this inside a VM, and only containerd is running (and typical systemd daemons)....

Isn't this already implemented by #444?