Skip to content

Make Docker install self contained for installation behind restrictive firewalls #8143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
coryadams opened this issue Jun 3, 2025 · 2 comments
Assignees
Labels
install Issues with installing SigNoz question

Comments

@coryadams
Copy link

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!

@coryadams
Copy link
Author

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.

@grandwizard28 grandwizard28 self-assigned this Jun 4, 2025
@grandwizard28 grandwizard28 added question install Issues with installing SigNoz labels Jun 4, 2025
@grandwizard28
Copy link
Collaborator

Hi @coryadams,
We have one binary histogram-quantile which is needed by clickhouse. I see a couple of options:

  1. 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.

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Issues with installing SigNoz question
Projects
None yet
Development

No branches or pull requests

2 participants