Used for now only to be able to create the docker image for our custom outreach airbyte connector.
The connector is situated in : airbyte-integrations/connectors/source-outreach folder.
To build a new version :
- Change version in
metadata.yaml
andpyproject.toml
- Run
airbyte-ci connectors --name=source-outreach build --architecture linux/amd64 --tag <VERSION>
You need to have airbyte-ci for this to install it just run
make tools.airbyte-ci.install
in the current project root folder. Mor information is available in airbyte docs on how to install
- Tag and push the image to our repo:
docker tag airbyte/source-outreach:<VERSION> us.gcr.io/legalist-tech/outreach-airbyte-connector:<VERSION> && docker push us.gcr.io/legalist-tech/outreach-airbyte-connector:<VERSION>
- Update the image version in the airbyte source settings