Hello,
I noticed that the docker image docker.osgeo.org/geoserver:2.28.x is unexpectedly an image for version 3.0.
During startup, the container logs “Welcome to GeoServer 2.28-SNAPSHOT”, but:
- The About Geoserver page reports version
3.0-SNAPSHOT. - The Server Status → Modules page reports core modules using version
3.0-SNAPSHOT.
On a related note, the latest docs for the docker container mention the image docker.osgeo.org/geoserver:3.0.x which does not seem to exist (which I confirmed is not present in the docker repo).
Since there is only a single tag for version 2.28 (ignoring M0), we have not been able to pull the version we have been developing against.
Is there another official repo where I could access the correct image?
If not, how long can I expect to wait before the version mismatch is addressed?