-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[abctl] local install failing with No such container: airbyte-abctl-control-plane #44931
Comments
I am receiving the same issue and receive the same response when running |
@PabloPardoGarcia and @tom-mont are you running docker as root? |
@marcosmarxm no, this is the output of
|
@marcosmarxm I managed to make it work! The problem was that docker was using the wrong platform to build the images, but exporting the env variable |
Hey @PabloPardoGarcia do you mind explaining what you mean by exporting the variable? |
Run this: export DOCKER_DEFAULT_PLATFORM=linux/arm64
abctl local install This way you are telling docker to build the airbyte images for arm64 architecture. |
Heads up @PabloPardoGarcia , I was able to fix the issue by temporarily upgrading the size of my EC2 instance |
I was also able to resolve the issue by rebooting the EC2 instance |
What happened?
I get the following error when trying to install airbyte locally with abctl:
When running the failing command, I get this other error:
This issue was pointed out in this comment as well: #41938 (comment)
What did you expect to happen?
Install works as expected
Abctl Version
Docker Version
OS Version
The text was updated successfully, but these errors were encountered: