1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00
Files
woodpecker/docs/docs/30-administration/04-image-variants.md
T
Patrick Schratz 20323a8302 Add rootless (alpine) images (#4617)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-01-08 10:05:18 +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 (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)