Angeles MP
04/01/2023, 2:16 PMVishal Sharma
04/01/2023, 2:29 PMAngeles MP
04/01/2023, 2:39 PMmy-route/signoz-platform
with a service and deploymentConfig. The thing is I don’t get how and where I should push all the images provided on docker-compose.yaml
and then serve the SigNoz App on that routePrashant Shahi
04/01/2023, 5:22 PMAngeles MP
04/02/2023, 6:23 PMPrashant Shahi
04/03/2023, 10:46 AMI had been searching and struggling a lit bit to build the images on binary..@Angeles MP could you elaborate on what you mean by build the images on binary?
Angeles MP
04/03/2023, 11:08 AMdocker-compose -f docker/clickhouse-setup/docker-compose.yaml build
to then pushed to my registry but nothing happening…oc new-build --strategy docker --binary --docker-image signoz:latest --name signoz-app
Error from server (BadRequest): unable to wait for build signoz-5 to run: timed out waiting for the condition
Prashant Shahi
04/03/2023, 4:36 PMdocker-compose -f docker/clickhouse-setup/docker-compose.yaml pull
from appropriate amd/arm architecture machine. Then rename it, and push it to your registry instead?Angeles MP
04/03/2023, 8:06 PMPrashant Shahi
04/04/2023, 7:31 AMdocker tag
and include your private registry name and push it there.Angeles MP
04/04/2023, 7:43 AMPrashant Shahi
04/04/2023, 7:50 AMAngeles MP
04/04/2023, 7:57 AM