Saurabh D
Saurabh D
I am running into same issue, e.g. we modify default .env to .ghcr.env and want .ghcr.env to be picked up when building on github actions. So looking for below command...
@janssenlima That's correct and I am aware of it as well. It's a good workaround until this issue is resolved by building multi arch images that get pushed to ghcr...
Great idea ! Kafka will be great as nowadays I see it used much more than RabbitMQ and others for messaging. Added link to related discussion: https://github.com/open-telemetry/opentelemetry-demo/issues/84#issuecomment-1146733686
@secustor - Wanted to try out this Kafka support so I checked out your fork's branch and ran `docker compose up -d` on my Mac M1 Pro, i am getting...
> @saurabhdes My latest commit should fix your problem. thanks @secustor , yes confirmed all the containers are now running successfully. Needed clarity on couple of items: 1. In Jaeger...
> > 1. In Jaeger UI - i don't see accountingservice or frauddetection service. So i am wondering if these two services are getting called or if they are then...
Yes, now on my Mac M1 Pro as well after running `docker compose up --no-build` i am able to see feature flag service running successfully.
thanks @osohyun0224 for your change, will this change also fix https://github.com/microsoft/playwright/issues/30140 ? or that's a separate issue