Setting up Airbyte with custom Dockerfile and run-ab-platform.sh script

Summary

The user is inquiring about setting up Airbyte using a custom Dockerfile and initiating it with the run-ab-platform.sh script.


Question

has anyone setup airbyte with custom dockerfile/docker compose and initiating via run-ab-platform.sh script?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["airbyte", "custom-dockerfile", "docker-compose", "run-ab-platform.sh"]

> i’ve gotten the script to run but i’m getting stuck on ‘docker daemon down’ and not sure how to bring that up without root. maybe airbyte has a different approach to this?

If you want to customize the docker file you can use docker-compose up later and down to manage your instance

i’ve customized a dockerfile and have been using docker-compose up to manage the instance, but it is not deploying entirely as the docker daemon (in my container) is not able to run

Airbyte requires docker compose to run so i included docker enginer and docker compose plugin with my image

But somewhere in the run-ab-platform.sh it needs docker daemon to run (obviously), that part i have not been able to resolve

I’m on a mac, docker desktop running in background. Linux start docker daemon manually using dockerd.

Right that works for me too, i’m referring to running ‘run-ab-platform.sh’ inside a docker container through docker-entrypoint.sh

Nevermind, figured it out!

<@U01MMSDJGC9> does that make sense?