GeoNode / geonode-project

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

Use base images #493

Closed giohappy closed 11 months ago

giohappy commented 11 months ago

This is one of the steps in the refactoring of the Docker configurations for GeoNode and GeoNode Project. The project will use the base images built from https://github.com/GeoNode/geonode-docker and pushed to the Hub. For the master branch all the images all tagged as latest

giohappy commented 11 months ago

@ridoo we also investigated the problem of pip installing the submodules automatically. Of course, this only affects the master branch, since the tagged versions use the PiPi package (where all source files are stripped).

A solution, as suggested also in the StackOverflow you mention, is to make pip use an archive file. We could create a workflow that builds the package for each commit to the master branch, but we don't have time for it at the moment. Anyway, yes, this is for another issue :)