Bitbucket Pipelines
Last updated
Was this helpful?
Last updated
Was this helpful?
Bitbucket Pipelines run in a shared Docker environment and do not support running Earthly builds directly due to that Bitbucket has put in place.
You can however, run Earthly builds on Bitbucket pipelines via such as . Because Bitbucket Pipelines run as containers you can also use the official Earthly Docker image. Here is an example of a Bitbucket Pipeline build. This example assumes your Earthfile has a +build
target defined.
For a complete guide on CI integration see the .