Codefresh has enhanced its pipeline automation capabilities by introducing support for event-driven execution, initially focusing on Docker Hub push events. This allows users to trigger Continuous Delivery (CD) pipelines not only from code pushes but also from external events such as when a new Docker image is pushed to Docker Hub. The system supports a variety of DevOps tasks, including build, test, analyze, deploy, configure, and release, by leveraging container-based pipelines. Users can initiate pipeline execution manually or through the Codefresh CLI tool, and the platform is expanding to include more external triggers beyond Docker Hub. Codefresh provides functionality to link specific pipelines to trigger events, where detailed instructions and endpoint URLs are provided for setting up webhooks. When a pipeline is triggered by a Docker Hub event, relevant environment variables are automatically generated to facilitate the process, making it easier for developers to manage and automate their DevOps workflows.