You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of signoz installing via Docker I would like the docker-compose.yaml related images to be self contained with no external calls for additional items such as the wget for the histogram-binary for example
Describe alternatives you've considered
We have to pull in each docker image individually into our enterprise repository as we are unable to use docker.io / docker hub or other alternatives. We have modified the docker-compose.yaml files from signoz to try to get the installs to work which is challenging from release to release.
Additional context
Add any other context or screenshots about the feature request here.
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered:
I want to add that this really does prevent Signoz from being used in an enterprise that disallows access to public repositories which is really very common.
Hi @coryadams,
We have one binary histogram-quantile which is needed by clickhouse. I see a couple of options:
Pull the histogram-quantile into your internal repository. If you have an internal hosted repository for tarballs, you can just pull our tarball and publish it there. It has not changed in the past year and is pretty stable.
Create a custom docker image for clickhouse by embedding the histogram-quantile inside the image. We can definitely help in creating the custom docker image for clickhouseby providing the Dockerfile. You can then push this image in your internal repository.
Is your feature request related to a problem?
Please describe.
Describe the solution you'd like
As a user of signoz installing via Docker I would like the docker-compose.yaml related images to be self contained with no external calls for additional items such as the wget for the histogram-binary for example
Describe alternatives you've considered
We have to pull in each docker image individually into our enterprise repository as we are unable to use docker.io / docker hub or other alternatives. We have modified the docker-compose.yaml files from signoz to try to get the installs to work which is challenging from release to release.
Additional context
Add any other context or screenshots about the feature request here.
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: