*Is this your first time deploying Airbyte*: Yes *...
# troubleshooting
a
Is this your first time deploying Airbyte: Yes OS Version / Instance: macOS Monterey 12.1 (M1) Memory / Disk: 16Gb / 1Tb SSD Deployment: Local (DOcker compose?) Airbyte Version: Unknown Step: Getting started Description: I’m trying to run AirByte by following the instructions and it’s failing on the first step:
Copy code
alfie  documents/code/airbyte   master  export DOCKER_BUILD_PLATFORM=linux/arm64
export DOCKER_BUILD_ARCH=arm64
export ALPINE_IMAGE=arm64v8/alpine:3.14
export POSTGRES_IMAGE=arm64v8/postgres:13-alpine
export JDK_VERSION=17
 alfie  documents/code/airbyte   master  VERSION=dev docker-compose up
WARNING: The RUN_DATABASE_MIGRATION_ON_STARTUP variable is not set. Defaulting to a blank string.
WARNING: The SECRET_PERSISTENCE variable is not set. Defaulting to a blank string.
WARNING: The WORKER_ENVIRONMENT variable is not set. Defaulting to a blank string.
Creating network "airbyte_default" with the default driver
Creating volume "airbyte_workspace" with default driver
Creating volume "airbyte_data" with default driver
Creating volume "airbyte_db" with default driver
Pulling init (airbyte/init:dev)...
ERROR: manifest for airbyte/init:dev not found: manifest unknown: manifest unknown
By the way I’ve just tried it with a plain
docker-compose up
and it’s progressed further and seems to be working. But the docs explicitly said that M1 only works in the dev profile so I’m worried I’ll encounter bugs later on
h
Hey feel free to post questions so that team can respond. But yeah we are there
a
Sorry Harshith I don’t quite understand what you’re suggesting 🙂 I don’t really have an explicit question besides wondering why following the setup docs doesn’t work. I looked on the github issues and searched this Slack as well and I haven’t found anyone else reporting this.
h
You can build the whole images with gradlew command. If you already installed java and all then you can try `SUB_BUILD=PLATFORM ./gradlew build`so that the images are built and accessible
a
h
Yeah felt the same will also confirm this. @Augustin Lafanechere (Airbyte) can you help here?
a
Hi @Alfie Mountfield are you trying to run airbyte locally or to built it locally future development?
a
I was just trying to run it locally