GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
79 stars 173 forks source link

docker base image 22.10 -> 22.04 #487

Closed openbrian closed 1 year ago

openbrian commented 1 year ago

Please update Dockerfile according to this issue.

https://github.com/GeoNode/geonode/issues/11487

I'm using this and it's working so far.

FROM geonode/geonode-base:4.1.0-ubuntu-22.04
giohappy commented 1 year ago

@openbrian geonode/geonode-base:4.1.0-ubuntu-22.04 is an old image, it's not updated to the latest 4.1.x changes. Branch 4.1.x is still using local builds for GeoNode. The adoption of a published Docker image is only targeting the master branch.

Reverting master to Ubuntu 22.04 is not urgent at the moment, since geonode/geonode-base:latest-ubuntu-22.10 is there, and there's no need to rebuild it at the moment. CircleCI and GeoNode Projects can use the published image, so at the moment we don't have the problems that lead to downgrading 4.1.x.