mdouchement / docker-zoom-us

Dockerized zoom with voice and video call support
MIT License
171 stars 48 forks source link

Make sure a rebuild re-downloads the latest package #35

Open olberger opened 3 years ago

olberger commented 3 years ago

The ZOOM_URL only refers an alias, which will redirect to the real .deb. For instance, https://d11yldzmag5yn.cloudfront.net/prod/5.4.53350.1027/zoom_amd64.deb at the moment.

The Docker build caches the command and won't re-download whenever one performs a local build again...

Would there be a possibility to always force- download the latest version ?

Or maybe embed the "fixed" URL (as above) instead, to clearly identify which version is in the build ?

mdouchement commented 3 years ago

Build caching flag on Docker hub has been disabled for months for this image. It should use docker build --no-cache under the hood.