docker-openwisp icon indicating copy to clipboard operation
docker-openwisp copied to clipboard

latest version on dockerhub is lagging behind

Open dberardo-com opened this issue 2 years ago • 4 comments

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 avatar Jul 10 '23 14:07 dberardo-com

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

dberardo-com avatar Jul 11 '23 08:07 dberardo-com

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

nemesifier avatar Jul 12 '23 19:07 nemesifier

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 avatar Jul 13 '23 07:07 dberardo-com

please let me know

dberardo-com avatar Aug 25 '23 07:08 dberardo-com

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

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

nemesifier avatar Apr 23 '24 23:04 nemesifier