Georg Heiler
10/06/2022, 8:30 AMio.airbyte.workers.exception.WorkerException: Could not find image: airbyte/source-google-analytics-data-api:0.0.3
How can I configure airbyte to work on-premise in a firewalled environment with a corporate docker registry/proxy?
I.e. how to tell airbyte to pull from a local Artifactory instance similar to:
<http://local_docker_registry.mycorp.com/airbyte/source-google-analytics-data-api:0.0.3|local_docker_registry.mycorp.com/airbyte/source-google-analytics-data-api:0.0.3>
?Eli Sigal
10/06/2022, 8:56 AMdocker build . -t airbyte/your-source-name:0.1a
In general- this is not an airbyte question but rather a docker question.
you need to create\build the image with a tag (for easier life) each time you are updating \ creating new classes so docker will be able to tell the app that it has this and that version and dependenciesGeorg Heiler
10/06/2022, 9:07 AMGeorg Heiler
10/06/2022, 9:07 AMGeorg Heiler
10/06/2022, 9:08 AMGeorg Heiler
10/06/2022, 9:09 AMEli Sigal
10/06/2022, 9:10 AMEli Sigal
10/06/2022, 9:10 AMGeorg Heiler
10/06/2022, 9:11 AMEli Sigal
10/06/2022, 9:13 AMGeorg Heiler
10/06/2022, 9:17 AMsource_specs
file? This sounds like a fork/source change to me I would really want to have a more native optionuser
10/06/2022, 11:55 AMMarcos Marx (Airbyte)
10/06/2022, 8:58 PMGeorg Heiler
10/07/2022, 3:52 AMMarcos Marx (Airbyte)
10/07/2022, 10:24 AM