hoellen / dockerfiles

Dockerfiles
https://hub.docker.com/u/hoellen
Creative Commons Zero v1.0 Universal
37 stars 17 forks source link

Update nextcloud to 22.1.1 #55

Closed eloo closed 3 years ago

hoellen commented 3 years ago

Thanks!

ziirish commented 3 years ago

Hello,

First of all, Thank you for your work on these docker images! I'm not sure this is the best place to report you that, maybe I can fill an issue instead if you prefer but it looks like your docker images are not built on a regular basis anymore as you can see here. Maybe the problem is related to this blog post?

hoellen commented 3 years ago

Yes you're right. Docker closed unfortunately their autobuild feature. My plan is to use Github Actions for building the images and also adopting the new changes from the original author Wonderfall. But so far I haven't had time for it (and it will stay that way for the time being).

Nevertheless, I will update the images manually today. Thanks for reminding me.

waja commented 3 years ago

@hoellen do you accept PRs on this?

hoellen commented 3 years ago

I would be very happy to receive a PR for this.

waja commented 3 years ago

Hmm ... I totally forgot that you have multiple docker images in one repository with multiple tags. You can have a look into https://github.com/waja/docker-nginx/blob/development/.github/workflows/release.yml for an example to build one image for multiple archtitectures. I think you need to combine this with a build matrix (and somehow handle that only images are build when the relevant Dockerfile is changed).