Nguyen Dao (Bach)
10/10/2023, 5:33 PMuser
10/10/2023, 5:34 PMdocker build . -t my-custom-connectors/source-custom:0.1.0
[source](https://docs.airbyte.com/operator-guides/using-custom-connectors) 2. Push your connector image to your private Docker registry using docker push <image-name>:<tag>
[source](https://docs.airbyte.com/operator-guides/using-custom-connectors) 3. Get the Docker coordinate of your custom connector from Dockerhub or any image repository that Airbyte can access. [source](https://docs.airbyte.com/integrations/custom-connectors) 4. In the Airbyte UI, go to the Admin section, and click on [+ New connector]
on the top right. You will be asked for the display name, the Docker repository name (repository + image name), tag, and documentation URL for that connector. [source](https://docs.airbyte.com/integrations/custom-connectors) While Terraform can be used to manage resources like Docker images and registries, the process of adding the connector in the Airbyte UI might not be directly manageable via Terraform. You might need to use the Airbyte's API for that, which is accessible from the UI [source](https://docs.airbyte.com/integrations/custom-connectors). Please note that this is a general guidance and the actual implementation might vary based on your specific use case and environment.Nguyen Dao (Bach)
10/10/2023, 5:35 PMuser
10/10/2023, 5:35 PMuser
10/10/2023, 5:36 PM