Allow suffix on Ubuntu dated codename versions #30667
Labels
good first issue
Suitable for new contributors
help wanted
Help is needed or welcomed on this issue
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
versioning:ubuntu
Ubuntu versioning
Describe the proposed change(s).
Update this regex so it accepts suffixed codename versions for Ubuntu:
renovate/lib/modules/versioning/ubuntu/common.ts
Lines 3 to 5 in ce6bf18
Background info
Renovate does not pick up the latest version of Jammy from Docker Hub. For example:
ubuntu-jammy-20240627.1
on Docker Hub.The current regex never matches on
ubuntu-jammy-20240627.1
, because of the suffixed.1
at the end.@rarkins
will accept a PR to fix this problem, so I'm creating this issue to track the work. 😉Related discussion:
The text was updated successfully, but these errors were encountered: