openwisp / docker-openwisp

OpenWISP in docker. For production usage we recommend using the ansible-openwisp2 role.
https://openwisp.io/docs/dev/docker/
BSD 3-Clause "New" or "Revised" License
149 stars 75 forks source link

latest version on dockerhub is lagging behind #285

Closed dberardo-com closed 4 months ago

dberardo-com commented 1 year ago

how to find out the version of the server running ?

i cannot find the send command procedure as highlighted here: https://openwisp.io/docs/user/send-commands.html

how to build the latest version within docker ? any info ?

dberardo-com commented 1 year ago

would it be enough to run:

docker-compose build --parallel

to have the latest version of all images (with latest version of openwisp inside) or should the build_args such as this one: https://github.com/openwisp/docker-openwisp/blob/master/images/openwisp_base/Dockerfile#L33C48-L33C100 be updated ?

and if so, what should if be the "recipe" of such args?

cheers

nemesifier commented 1 year ago

You could try simply editing the code and build the images.

dberardo-com commented 1 year ago

what do you mean with edit the code ?

usually when building with docker it is not needed to change any code, but just assign new build-arg at building time. do you mean perhaps that the version arguments have to be changed ? if so, which versions should be used?

i am totally new to this project but i would like to get an updated version of the cloud platform up and running. the current one works fine (in kubernetes) but it is somewhat older.

please let me know

dberardo-com commented 1 year ago

please let me know

nemesifier commented 4 months ago

Moving to https://github.com/openwisp/docker-openwisp/issues/297 .

Use the images pushed on gitlab in the meantime (more info in the README).