[BUG] Docker tag 2.28.x installs new 3.0

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?

docker.osgeo.org/geoserver:2.28.x

this is a development/snapshot version, not a release version, currently works are underway towards GeoServer v3 and you seem caught in the middle. I would expect 2.28.0 to be there as it was released last week, but maybe something needs to catch up.

I think a codesprint is planned for the upcoming week which should harmonize some things on the main branch

Thanks for explaining!

Hopefully 2.28.0 will be released soonish.

should be noted after adding GeoServer 2.28.0 preflight testing - #3 by mprins

2.28.0 and 2.28.0-gdal have now been pushed

1 Like