Matteo Mortari
Matteo Mortari
I like this "less is more" principle @jonburdo , thanks for your write up! 👍 🚀 `Kubeflow Hub`, and specifically Hub in the logo subtitle I assume ~like this?
yeah I'm just approximating of the logo, that will not be our call, I suppose they will fall their stylistic guide for CNCF, so we might get the full bar...
@andreyvelich @kubeflow/kubeflow-steering-committee I've updated the KEP following what was discussed yesterday meeting following your indications. I can update about this during today's (2025-11-25) community meeting.
> @tarilabs @kubeflow/kubeflow-steering-committee, what is missing to move this proposal forward? we need the KSC to merge it 🙃 I've raised this in the recent Kubeflow community meetings but unsure...
thank you @richardhenwood for reaching out! For completeness, Docker hub and OCI container specification do not really make a distinction of `/` and `/` by the spec. > The repository...
> I didn't really appreciate this so it is interesting to know. I didn't know either initially about docker registry/OCI registry so I'm sharing every chance I can because it's...
/remove-lifecycle-stale
> can you confirm that that URL actually points to a TUF repository? yes, ```sh TUF_URL=... curl -s $TUF_URL/root.json | jq . ``` I get: ``` { "signed": { "_type":...
thanks again for the feedback so far, here's the complete stack of the error: ```py from pathlib import Path from sigstore.models import ClientTrustConfig from sigstore.oidc import Issuer from sigstore.sign import...
> it does imply that sigstore-python is not happy with the contents of the TUF repository (trusted_root.json): the $TUF_URL/root.json contains the json per this previous https://github.com/sigstore/sigstore-python/issues/1609#issuecomment-3523911518 how can I debu*g...