You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-05-22 08:55:42 +02:00
f02902d099
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
950 B
950 B
Downloads
Which version of Woodpecker should I use?
Woodpecker is having two different kinds of releases: stable and next.
Binaries & DEB, RPM
Docker images
Image variants:
- The
latestimage is the latest stable release - The
vX.X.Ximages are stable releases - The
vX.Ximages are based on the current release branch (e.g.release/v1.0) and can be used to get bugfixes asap - The
nextimages are based on the currentmainbranch and should not be used for production environments
# server
docker pull woodpeckerci/woodpecker-server:latest
docker pull woodpeckerci/woodpecker-server:latest-alpine
# agent
docker pull woodpeckerci/woodpecker-agent:latest
docker pull woodpeckerci/woodpecker-agent:latest-alpine
# cli
docker pull woodpeckerci/woodpecker-cli:latest
docker pull woodpeckerci/woodpecker-cli:latest-alpine