Releasing software often and with confidence relies on a strong
continuous integration and continuous delivery (CI/CD) process that
includes the ability to automate tests.Jenkins offers an open source
automation server that facilitates such release of software
projects. In this article, we will explore how you can run tests
based on the open source Testcontainers framework in a
Jenkins pipeline using Docker and Testcontainers Cloud.
Jenkins, which streamlines the development process by automating
the building, testing, and deployment
This post was contributed by BastionZero. Giving people
the ability to sign messages under their identity is extremely
powerful.For instance, this functionality lets you SSH into
servers, sign software artifacts, and create end-to-end encrypted
communications under your single sign-on (SSO) identity. The
OpenPubkey protocol and open
source project brings the power of digital signatures to both
people and workloads without adding trusted parties.OpenPubkey is
built on the OpenID Connect (OIDC) SSO protocol, which is supported
by major identity providers, including
This post was contributed by Thierry Moreau, co-founder and
head of DevRel at OctoAI. Generative AI models have shown
immense potential over the past year with breakthrough models like
GPT3.5, DALL-E, and more.In particular, open source foundational
models have gained traction among developers and enterprise users
who appreciate how customizable, cost-effective, and transparent
these models are compared to closed-source alternatives. In this
article, we’ll explore how you can compose an open source
foundational model into a streamlined image transformation pipeline
that lets you manipulate images
We often hear how indispensable Docker Compose is as a
development tool.Running docker compose up offers a
streamlined experience and scales from quickly standing up a
PostgreSQL database to building 50+ services across multiple
platforms. And, although “building a Docker image” was previously
considered a last step in release pipelines, it’s safe to say that
containers have since become an essential part of our daily
workflow.Still, concerns around slow builds and developer
experience have often been a barrier towards the adoption of