Hi,
Currently my team uses Bitbucket to host our source code of an embedded Linux application project.
Now I want to introduce daily-build feature to our project to replace current manually build procedure.
For our project, we already use docker to keep the build environment identical across different machines. Whenever we build a new version of binaries, we switch to the docker container, which has the toolchain and dependencies we need, and run the build script.
However, I saw the Bitbucket pipeline use docker as well, which makes it not possible to use our docker image again -- we cannot run docker inside docker.
Any suggestions?
Thanks.
Welcome to the community.
To use your custom Docker environment, you can actually use Bitbucket Pipelines Runners.
Pipelines runners allow you to run your scripts/commands on your own self-hosted environment.
You can also check the Pipelines Runners FAQ page for more information.
Hope it helps and let me know if you have further questions.
Regards,
Mark C
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.