Ben Meier
Ben Meier
When packaging an image, Smith does not copy across extended attributes on the files. This means that users that need capability bits for running an image as non-root need to...
I'd like to propose adding a `WaitForHandlers` method to the consumer which waits for any running handlers to complete processing their current messages. This is because `Close` doesn't wait for...
## In what area(s)? > /area operator > /area docs ## What version of Dapr? > 1.1.x ## Expected Behavior When I submitted the following deployment, I expected the generated...
There have been queries about whether score-compose can work with podman. Since podman supports `podman-compose`, a compose spec implementation, this should be possible. But we need to test this and...
We've currently got postgres, redis, and mongodb as database providers. We'd like to round out the database support with support for elastic search. This is frequently used to act as...
> *NOTE: this issue exists for tracking only, currently the score spec http probes are not compatible with compose healthchecks and we may need a schema change to gain some...
This PR adds a basic, but high coverage, integration test to the CI pipeline to validate that we can connect, publish, consume, and close cleanly. The same test setup and...
For example: ``` score-compose generate score*.yaml --build workloadA/container=my-image --build workloadB/container=my-other-image ``` This is easier to explain and support to avoid single expression generate.
When a variable contains `$${foo}` we current unescape it to `${foo}` in the Dockerfile, which then causes the compose execution to break if the variable foo is not available, or...