woodpecker/docs/versioned_docs/version-3.0/30-administration/04-image-variants.md
Patrick Schratz bdf753f678
Add docs for 3.0 (#4705)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2025-01-18 20:39:06 +01:00

1.2 KiB

Image variants

:::info The latest tag has been deprecated as of v3.0 and will be completely removed in the future. This was done to prevent accidental major version upgrades. :::

  • vX.Y.Z: SemVer tags for specific releases, no entrypoint shell (scratch image)
    • vX.Y
    • vX
  • vX.Y.Z-alpine: SemVer tags for specific releases, based on Alpine, rootless for Server and CLI (as of v3.0).
    • vX.Y-alpine
    • vX-alpine
  • next: Built from the main branch
  • pull_<PR_ID>: Images built from Pull Request branches.

Image registries

Images are pushed to DockerHub and Quay.

woodpecker-server (DockerHub) woodpecker-server (Quay)

woodpecker-agent (DockerHub) woodpecker-agent (Quay)

woodpecker-cli (DockerHub) woodpecker-cli (Quay)

woodpecker-autoscaler (DockerHub)