Woodpecker CI
Simple, container-native CI/CD engine extensible via plugins, designed to run pipelines with a lightweight server and agent footprint.
Overview
Woodpecker is a CI/CD engine focused on being simple to run while staying extensible through plugins contributed by both its core team and the community. Pipelines run in containers, and the server uses SQLite as its default database, keeping the runtime footprint small - the project reports around 100 MB of RAM for the server and 30 MB per agent at idle.
It's used as the primary CI/CD engine at Codeberg, an alternative Git hosting platform focused on privacy and free software, which reflects its intended fit for smaller, self-hosted setups rather than large enterprise Jenkins-style deployments.
Woodpecker is a fit for teams that want a lightweight, container-native CI/CD engine they can self-host without significant operational overhead - a lighter-weight alternative to Jenkins in the catalog for teams that don't need its plugin breadth.
- Categories
- DevOps
- Languages
- Go
- License
- Apache-2.0
Related Projects
Jenkins
MITWidely used open-source automation server with a large plugin ecosystem for building CI/CD pipelines and automating software delivery.
- DevOps
kube-linter
Apache-2.0Static analysis tool that scans Kubernetes YAML manifests and Helm charts for misconfigurations before they're ever deployed.
- DevOps
Tekton
Apache-2.0Kubernetes-native building blocks for creating CI/CD pipelines, giving teams a standard, portable way to define pipelines as Kubernetes resources.
- DevOps
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Spotted an error? Suggest an edit on GitHub.