renovate/lib/modules/versioning/debian
renovate[bot] 9b5a805619
chore(deps): lock file maintenance (#18357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-10-17 04:34:48 +00:00
..
common.ts feat(versioning/debian): Debian codenames support (#14881) 2022-05-18 15:32:59 +00:00
index.spec.ts chore(deps): lock file maintenance (#18357) 2022-10-17 04:34:48 +00:00
index.ts feat(versioning/debian): Debian codenames support (#14881) 2022-05-18 15:32:59 +00:00
readme.md docs: fix typos (#17613) 2022-09-04 16:21:27 +00:00

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.