hello everybody, quick question: if I'm running Ai...
# contributing-to-airbyte
m
hello everybody, quick question: if I'm running Airbyte in GCP (I followed the instructions on the website), how do I install custom connectors which I currently have on my local computer? thanks 🙂 🍻
u
You can publish them public in the docker hub or in the GCP private registry. If you choose the second one you need to login into the registry using the Airbyte instance, https://cloud.google.com/container-registry/docs/advanced-authentication
u
Thank you @[DEPRECATED] Marcos Marx 🙂
u
how come I can't find
airbyte/implementation-base-java
in docker hub?
u
this is not a connector is only a base container to build connectors on top of it
m
ok, but I can see
airbyte/implementation-base-python
and
airbyte/implementation-base-simple
... I was trying to compile the connector in a VM without pulling the entire repository
u
I am sure I am making things quite more complex than they should be...let's say I'm exploring 😄 (quite new to docker)