docker-openwisp
docker-openwisp copied to clipboard
latest version on dockerhub is lagging behind
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 ?
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
You could try simply editing the code and build the images.
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
please let me know
Moving to https://github.com/openwisp/docker-openwisp/issues/297 .
Use the images pushed on gitlab in the meantime (more info in the README).