Readme.adoc in dapr-0.2.11 vs Readme.adoc in dapr-0.3.0

- old
+ new

@@ -44,9 +44,22 @@ gem 'dapr', '~> 0.1.9', require: 'dapr/client' gem 'datadog_api_client' gem 'grpc', force_ruby_platform: true ---- +=== Docker + +If you find yourself waiting 20 minutes to build the grpc gem +in your CI environments, you might want to use the images +we publish (built from https://docker.io/library/ruby images) + +.Example Dockerfile +[source,docker] +---- +FROM ghcr.io/rubyists/dapr-ruby-client:0.3.0-ruby3.3.2-alpine3.20 +RUN ... +---- + == Usage Dapr being such a Smörgåsbord, this library exposes each {dapr-building-block} as either a Client or a Service, depending on whether it uses the AppCallback runtime (Service) or the Dapr API (Client). The clients are thin wrappers around the Dapr API, while the service