Dave Protasowski

Results 1317 comments of Dave Protasowski

Following up based on https://www.chainguard.dev/unchained/changes-to-static-git-and-busybox-developer-images-2 The chainguard main images don't support s390x/ppc arch. The recommendation is to use `ghcr.io/wolfi-dev/static:alpine` I'll be updating serving repos in response. Details: https://www.chainguard.dev/unchained/changes-to-static-git-and-busybox-developer-images-2 https://github.com/knative/serving/pull/15407

> but not every issue is a part of a project This seems to be the crux of the problem no? > not every contributor will look at the projects...

This problem sounds similar to https://github.com/knative/community/issues/681

So I think we have what you want already in place - the `help wanted` label is used across repositories And this feeds into a CNCF website contributors can go...

Given the label I think the next step could be updating repo readmes to link to the CLOtributor page. And we should definitely call it out on the website

@Cali0707 is there anything else remaining for this issue?

Closing this out due to lack of user-input

I'm going to close this out but feel free to create a new feature request for `namespaceSelector` in the domain selection

what's `{{.Name}}` in that example? The config-domain is just the base domain selection. ```yaml project1.dev.example.com: | namespaceSelector: name: project1-dev project1.test.example.com: | namespaceSelector: name: project1-test project2.dev.example.com: | namespaceSelector: name: project2-dev ```...

> difficult to handle the else case that I listed above I believe the way it works is we always pick the _longest_ selector - so you could add an...