mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 14:34:26 +00:00
a8b8c9a588
Adds changes from https://github.com/woodpecker-ci/woodpecker/pull/2043/files to v1.0 docs.
1 KiB
1 KiB
Downloads
Which version of Woodpecker should I use?
Woodpecker is having two different kinds of releases: stable and next.
To find out more about the differences between the two releases, please read the FAQ.
Binaries & DEB, RPM
Docker images
Image variants:
- The
latest
image is the latest stable release - The
vX.X.X
images are stable releases - The
vX.X
images are based on the current release branch (e.g.release/v1.0
) and can be used to get bugfixes asap - The
next
images are based on the currentmain
branch 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