Replies: 1 comment
-
|
Check your host has buildx installed, depending how docker was installed you might need to add the plugin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have 14 apps running on Coolify with similar settings, deploying with Dockerfile... One of them keeps failing deployments with:
========================================
Deployment failed: Command execution failed (exit code 125): docker exec f4okcoswcc44sk48wo0wwc0o bash -c 'bash /artifacts/build.sh'
Error: DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
unknown flag: --progress
Usage: docker build [OPTIONS] PATH | URL | -
But it looks like the failed deployment works nonetheless - and the one time it officially succeeded, all the failed deployments turned green. This is confusing.
Beta Was this translation helpful? Give feedback.
All reactions