Docker: geoserver extensions

Hi,

We are trying to implement new geoserver environment with docker.

Noticed during the installation, that current docker.osgeo.org containers (v 2.28.x) use a deprecated sourceforge link (download.sourceforge.net)

When actually the extensions are here GeoServer - Browse /GeoServer/2.28.0/extensions at SourceForge.net/download

Also, shouldn’t it use Index of /geoserver/ to fetch extensions? (build.geoserver.org)

In version 3 it uses this link, is this the correct place to report a change in the v2.28 container?

@syke Interesting that you posted this, I’ve just noticed that the 3.0-latest image also has the same problem. I get errors because the image is trying to look at download.sourceforge.net still

Image docker.osgeo.org/geoserver:3.0-latest with STABLE_EXTENSIONS=ysld generates the following;

Welcome to GeoServer 3.0.0
SET_GEOSERVER_REQUIRE_FILE will be ignored because SKIP_DEMO_DATA is set to true
Starting download of extensions
Fetching directory listing from https://downloads.sourceforge.net/project/geoserver/GeoServer/3.0.0/extensions/ (will be cached for remaining extensions)
Unable to retrieve directory listing from https://downloads.sourceforge.net/project/geoserver/GeoServer/3.0.0/extensions/; 

Changing it to the other sourceforge URL you provided also doesn’t work sadly

Fetching directory listing from https://sourceforge.net/projects/geoserver/files/GeoServer/3.0.0/extensions/ (will be cached for remaining extensions)
Unable to retrieve directory listing from https://sourceforge.net/projects/geoserver/files/GeoServer/3.0.0/extensions/; skipping automatic plugin discovery.

If I point it towards the build server, then I’m getting the nightlies which is less than ideal. Is there any advice on this? Thank you!