roundcube / roundcubemail-docker

Resources to build Docker images for Roundcube Webmail
290 stars 128 forks source link

Coordinate release of roundcubemail-docker and roundcubemail #157

Open ckristo opened 2 years ago

ckristo commented 2 years ago

I just saw that new versions of roundcubemail with Security fixes (1.4.12 and 1.3.17) were published, but there are no updated Docker images on Docker Hub available yet. Especially for new releases incl. Security fixes, it would be great if Docker images would be build and pushed to Docker Hub in a coordinated fashion with the release. It would be cool if this would be automatized (for minor updates at least - I saw the issues with the 1.5 update causing some troubles).

ckristo commented 2 years ago

Seems there is already an issue related to that which was closed, #8

thomascube commented 2 years ago

Yes, we're working on this. Unfortunately Docker Hub has disabled the auto-build feature for free plans and we're currently looking for an alternative way to build and deploy new releases. Thanks for your patience.

floryn90 commented 2 years ago

why not trying to use github action to build and push image to docker hub?

thomascube commented 2 years ago

Yes, that's what we're trying to do...

williamdes commented 1 year ago

Done in #201 ?