For those of you that use docker, how do you make sure your docker-compose.yml (and possibly .env) files stay current with the project’s ongoing updates? I’m sure there’s an easier way than what I’m doing which is manually getting the latest ones and checking the diffs in vscodium. And I’m sure some git magic already takes care of this but I’ve been slow in learning git beyond the VERY basics. Thanks!
I don’t pay any mind to example compose files. My are all quite custom anyway. Only thing that matters is paying attention to changelogs and watching for breaking changes.
dbkblk@lemmy.world 3 weeks ago
I don’t want to use automatic updates on self hosted projects but I suscribe on github / gitlab releases on my rss flux and update when I want to!
raldone01@lemmy.world 3 weeks ago
Those damn pre-release notifications though!!!
uninvitedguest@piefed.ca 3 weeks ago
I use email rules to filter those ones out. Linux server containers are especially egregious.
BlueBockser@programming.dev 2 weeks ago
If you also use FreshRSS, you can configure filters to automatically mark new articles as read (e.g.
!intitle:‘beta’). Since I only view unread articles, that effectively deletes them and I never have to see them!keksbaecker@lemmy.world 3 weeks ago
Thank you for this idea. I wasn’t aware, that you can subscribe to an rss feed for releases on gitlab/github.
I think that I will follow your approach.