Skip to main content
All CollectionsMerthin CEDWhite Papers
Navigating CI Solutions with Minimal Vendor Lock-In: A Guide by Merthin
Navigating CI Solutions with Minimal Vendor Lock-In: A Guide by Merthin

Explore Merthin's strategies for adopting CI solutions that minimize vendor lock-in, enhancing flexibility across different platforms.

Updated over 6 months ago

The integration of continuous integration (CI) tools like GitHub Actions into development workflows is highly attractive due to their deep ecosystem integration and ease of use. However, this can often lead to vendor dependency, which may restrict flexibility and hinder the ability to switch between different platforms seamlessly. This article explores various CI tools, emphasizing container-based workflows and the level of support offered by different vendors, as well as a detailed look at Merthin's innovative approach to maintaining CI flexibility.

Broadly Compatible Vendors: Embracing Containerization

In the CI solutions landscape, several vendors notably support Docker containers, facilitating agnostic CI processes across different infrastructures. CircleCI, GitLab, Bitbucket, and Azure Pipelines excel in their native Docker support. These platforms allow for direct Docker image specification within their configuration files, which is key for teams prioritizing flexible and reproducible environments.

GitLab integrates Docker deeply into the entire CI/CD pipeline, streamlining the setup of complex environments that can be defined directly within the CI configuration. Azure Pipelines is particularly noted for its comprehensive integration capabilities, making it ideal for teams looking for robust CI solutions that align with varied technological ecosystems.

Bitbucket Pipelines offers strong Docker support within the Atlassian ecosystem, allowing teams to manage dependencies and environments with ease, maintaining consistency within familiar tools. Jenkins provides extensive Docker capabilities, ideal for those requiring customizable and scalable CI solutions, aligning with organizations desiring minimal restrictions.

Partially Compatible Vendors: Limited Support

Platforms like Travis CI support Docker but with limitations that may affect complex CI setups requiring detailed container orchestration. AWS CodeBuild also support Docker but often embed cloud-specific features that could lead to a degree of lock-in, optimized for use within their cloud environments.

Merthin’s Approach: A Model for CI Flexibility

At Merthin, we have developed a sophisticated solution that exemplifies our commitment to flexibility and vendor neutrality in CI practices. Our Cloud Edge Distribution (CED) CLI is extended into a runner image compatible across any CI platform that supports custom images, featuring several key advancements:

  1. Embedded CED CLI: The runner image includes an embedded CED CLI, enhancing integration with all phases of the building and deployment lifecycle, ensuring that our tools seamlessly mesh with varied CI environments.

  2. Shell Scripting-Based Integration: As most VCS automation is built on shell scripting, integrating our solution requires just a few additional steps, simplifying the adoption process across different CI workflows.

  3. Wide VCS Support: We currently provide native support for major platforms like GitHub, Bitbucket, GitLab, and Azure Pipelines. Our commitment to broadening this support is ongoing, with plans to extend integration to other VCS platforms in the near future.

  4. ced-checkout Command: An embedded 'ced-checkout' command in our image automatically runs the necessary CED commands tailored for all supported VCS, streamlining the checkout process and reducing setup complexity.

Conclusion

Choosing a CI vendor that supports containerized workflows is crucial for avoiding vendor lock-in. Opting for vendors that facilitate flexibility enables companies to maintain a sustainable and adaptable CI strategy. Merthin's approach demonstrates the significant benefits of embracing a vendor-agnostic solution, fostering innovation and empowering developers to maintain control over their technological choices.

Did this answer your question?