ferronsw

Results 25 comments of ferronsw

Thanks, that works :) The strange thing is everyone says adding `icu-data-full` should work, but it doesn't. This also worked for other images I build.

Any ETA on when this will be available? @jvalteren this can help https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/change-log or https://azure.microsoft.com/en-gb/updates/. Microsoft is never super clear when they will release things like this unfortunately.

@brynn-code Do you have an update on the cognitive search connection to support managed identity? Security wise we really want to only allow RBAC roles and no API keys.

You can already do this: Just set `docker` to false like: ``` - task: trivy@1 inputs: docker: false image: $(imageId) ```

The requirement of this ENV should be documented or made optional. I've spend to many hours on finding this problem. I think many others with me.