Chris Herron
10/20/2025, 4:21 PMkapa.ai
10/20/2025, 4:21 PM<https://airbytehq.github.io/helm-charts/> - For Helm chart repository access (mentioned in [abctl install fails behind company proxy](https://github.com/airbytehq/airbyte/issues/46933)) - <http://hub.docker.com/u/airbyte|hub.docker.com/u/airbyte> - Airbyte's public Docker repository for pulling connector and platform images Additional Considerations: - The [SSL certificate error discussion](https://discuss.airbyte.io/t/2566) mentions issues with Google Analytics connector accessing <http://www.googleapis.com|www.googleapis.com>, indicating that connectors may need access to their respective API endpoints - According to the [custom image registries documentation](https://docs.airbyte.com/platform/1.7/deploying-airbyte/integrations/custom-image-registries), Airbyte pulls both platform images and connector images from Docker repositories Workaround Mentioned: One contributor in the [abctl install proxy issue](https://github.com/airbytehq/airbyte/issues/46933) stated: "You will have to work with your companies security teams to figure out an exception. We currently require that you have access to the internet." Unfortunately, the knowledge sources don't provide a complete whitelist of all domains needed. For a comprehensive solution, you may need to: 1. Monitor network traffic during installation to identify blocked domains 2. Work with your security team to create exceptions 3. Consider using a [custom image registry](https://docs.airbyte.com/platform/1.7/deploying-airbyte/integrations/custom-image-registries) to host Airbyte images within your network