Is this your first time deploying Airbyte: yes OS ...
# troubleshooting
u
Is this your first time deploying Airbyte: yes OS Version / Instance: M1 MAC Deployment: Docker Airbyte Version: dev of 0.35.62-alpha Source: mongodb-v2 Description: I can't customize the connector image. To enable awsDocumentDB with TLS, I forked the repository and modified the code by referring to the following PR. https://github.com/airbytehq/airbyte/pull/10995
Copy code
SUB_BUILD=PLATFORM ./gradlew build
VERSION=dev docker-compose up
After that, it was built and executed, but the changes were not reflected. Is there any other way to build a local image?
m
Please check our docs about how build connectors in Mac M1: https://docs.airbyte.com/contributing-to-airbyte/developing-locally#build-with-gradle also there is a Github issue with more info
u
Hi, Thanks for Your reply. @Marcos Marx (Airbyte) Of course, I have already checked the document and set environmental variables. And I checked the github issue post, but there was no content about mongodb-v2 connector.
Just now, I tested it again with ubuntu, not m1. However, it still does not reflect the code changed locally. how could I use inside it staging Airbytes. How do I connect the image of the custom connector?
Oh, I See...! This is my mistake. I shoud be have read this document https://docs.airbyte.com/connector-development/tutorials/building-a-java-destination Now, I'm using a newly built image after changing the version. thanks for your help.