kshitij chaurasiya
01/13/2022, 1:59 PMFAILURE: Build failed with an exception.
* Where:
Build file '/Users/kshitijchaurasiya/SandboxDev/airbyte/airbyte-cdk/python/build.gradle' line: 3
* What went wrong:
An exception occurred applying plugin request [id: 'airbyte-docker']
> Failed to apply plugin 'airbyte-docker'.
> A problem occurred starting process 'command 'docker''
And docker is running properly on the system, so I'm not sure why its failing, is anyone else faced the same issue.
➜ airbyte git:(master) ✗ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Or Is there is some documentation of building the component separately.
Any help will be appreciated.Noah Kawasaki
01/13/2022, 2:05 PM[DEPRECATED] Augustin Lafanechere
kshitij chaurasiya
01/13/2022, 3:24 PM[DEPRECATED] Augustin Lafanechere
SUB_BUILD=CONNECTORS_BASE ./gradlew build
SUB_BUILD=PLATFORM ./gradlew build
[DEPRECATED] Marcos Marx
kshitij chaurasiya
01/14/2022, 5:46 AM