https://linen.dev logo
#troubleshooting
Title
# troubleshooting
s

Sunrise

03/28/2022, 8:12 PM
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

Marcos Marx (Airbyte)

03/28/2022, 11:23 PM
@Sunrise why are you trying to build Airbyte locally? Did you follow the instructions in our docs?
s

Sunrise

03/29/2022, 1:14 PM
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!
3 Views