Abdul Hameed
06/06/2023, 10:32 AMkapa.ai
06/06/2023, 10:32 AMkapa.ai
06/06/2023, 10:33 AMsetup.py
file. Also, verify that your Dockerfile
follows the same logic as other connectors ([source](https://discuss.airbyte.io/t/2248)). 3. If you're using Airbyte on Kubernetes, make sure the repository name is a valid Kubernetes name. Invalid names may work locally on Docker but cause errors on Kubernetes ([source](https://docs.airbyte.com/integrations/custom-connectors)). 4. Check if your Airbyte instance has access to the internet, as it might be unable to reach the image repository ([source](https://airbytehq.slack.com/archives/C021JANJ6TY/p1670252832457049)). 5. If you're using a private repository, ensure that both your CI environment and your Airbyte instance are authenticated ([source](https://discuss.airbyte.io/t/3958)). If none of these solutions work, you may want to check the logs for more information on the error. You can use docker logs container_name
to view the logs of the Airbyte server. If you still need assistance, please provide more information about your setup, such as the Airbyte version, deployment method, and any customizations you've made.Joe Reuter (Airbyte)
06/06/2023, 12:01 PMdocker run --rm -i <source-image-name> spec
Abdul Hameed
06/06/2023, 12:03 PM