It seems that a change introduced in #23439 is causing duplicate issues being raised against our tracker to update the Ubuntu base image in our ci images.

See #23691, #23690, #23689, #23688

Comment From: wilkinsona

IIRC, we discussed this in the past and this is working as designed. We decided it was easier to have one issue per branch rather than relying on one branch's pipeline creating one issue that's appropriate for all of them.

Comment From: bclozel

Sorry the issue description wasn't clear.

23439 renamed the ci images folders from ci/images/spring-boot-ci-image-* to ci/images/ci-image-*. But the detection script is still considering the previous name:

https://github.com/spring-projects/spring-boot/blob/89b11b0078ec53a6d858c94688c5638c671eab07/ci/scripts/detect-ubuntu-image-updates.sh#L7

Am I missing something else here? Or are those duplicate issues related to some other problem?

Comment From: wilkinsona

Nope, it's me that's missing something. I see the problem now and I think you're right about the cause.