GeoNode / geonode-docker

Django base images for GeoNode
Other
9 stars 34 forks source link

Missing geonode/geoserver images #45

Closed knl88 closed 3 months ago

knl88 commented 3 months ago

Hi, I wonder what have happened with geonode/geoserver images predating v2.23? For example tag 2.20.5, I can't find any of the older images on docker hub. Corresponding geonode/geoserver_data tags still exist for older releases like v2.20.5.

giohappy commented 3 months ago

@knl88 All past images without the recent CVE fixes were unpublished from Docker. We're planning to republish a Geoserver 2.23.3 that suits GeoNode < 4.2.0 (after that version we have made changes to the Geoserver image that would break previous versions) which includes the pathed jars.

giohappy commented 3 months ago

geonode/geoserver:2.23.3 has been republished. Any GeoNode deployment < 4.2.0 can be updated to use that Geoserver image.

knl88 commented 3 months ago

Thanks for the update:) Not completely sure 2.23.3 will work flawlessly with geonode 4.0.x, but guess the goal anyway should be to get onto the newest geonode releases.

giohappy commented 3 months ago

Thanks for the update:) Not completely sure 2.23.3 will work flawlessly with geonode 4.0.x

I don't see any problem, but of course you should give it a try before moving it to any production instance.

giohappy commented 3 months ago

@knl88 FYI we have republished Geoserver 2.20.7 with the fixes for the CVEs.