renovate/lib/modules/versioning/debian
Sergei Zharinov b69416ce17
refactor(prettier): Force trailing commas (#25631)
2023-11-07 15:50:29 +00:00
..
common.ts feat(versioning/debian): Debian codenames support (#14881) 2022-05-18 15:32:59 +00:00
index.spec.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
index.ts refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
readme.md docs: fix typos (#17613) 2022-09-04 16:21:27 +00:00

readme.md

Debian versioning is used for Debian container images that are referenced by their major release version or a codename.

Versions to which this scheme applies are e.g. 11 and bullseye. Container image tags such as 11-slim, 11.4 or 11.4-slim, bullseye-20220822 or bullseye-backports are not compliant with the current implementation.