I’m trying to build Airbyte locally to evaluate it...
# troubleshooting
s
I’m trying to build Airbyte locally to evaluate it against our product needs. I’m on m1 so i’m using
VERSION=dev docker-compose up
which returns the following error. Seems like others are running into this issue, but I couldnt quite find a resolution
Copy code
Pulling init (airbyte/init:dev)...
ERROR: manifest for airbyte/init:dev not found: manifest unknown: manifest unknown
m
@Sunrise why are you trying to build Airbyte locally? Did you follow the instructions in our docs?
s
Before deploying it to AWS I’d like to build it locally to see if the features fit our product needs. I followed the instructions here and started by exporting the env vars before using
VERSION=dev docker-compose up
. Is there a better doc to review?
Thanks!