Codefresh has integrated support for Docker Buildkit, enhancing Docker build efficiency and security within its pipelines. Buildkit, introduced in Docker version 18.06, replaces the traditional image builder to expedite and optimize build processes. One of its significant features is handling secrets securely during builds, such as SSH keys for accessing private repositories, without embedding sensitive information in the final image. Codefresh allows users to enable Buildkit within their pipelines by setting the buildkit field to true, providing the same functionalities available in vanilla Docker. Additionally, Codefresh offers a Shared Secret feature to manage sensitive information across different pipelines, further enhancing security. The platform also supports a new Secret Store for Kubernetes clusters, providing an alternative to storing secrets in shared configurations. While Buildkit is still developing, it is recommended for users frequently building Docker images, and further advantages and details are available in the official documentation.