Hello,
I am exploring a CI/CD pipeline in bitbucket for Boron project using Docker. So far I have tried using particle/buildpack-particle-firmware from DockerHub but I have seen that it only generates the output binaries.
For my CI/CD implementation, I was hoping for a bit more functionality for the sake of deploying to the cloud. Ideally I would use a Docker container which exposes the particle workbench CLI in addition to the toolchain and binary compilations. That way I can use the CLI to upload compiled images to the cloud as well.
Does a Docker image like this exist? Could you recommend a solution?
Thanks,
AJ